Minor update to C# NuGet package documentation and example

This commit is contained in:
Joseph Henry
2021-05-13 14:58:53 -07:00
parent 7790cdfff9
commit ab3d3b2079
3 changed files with 8 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
[ZeroTier](https://www.zerotier.com)
[ZeroTier.Sockets](https://www.zerotier.com)
=====
Part of the [ZeroTier SDK](https://github.com/zerotier/libzt)
Securely connect application instances, physical devices, and virtual devices as if everything is on a single LAN. ZeroTier brings your network into user-space. No root, and no host configuration requirements.
@@ -11,20 +12,3 @@ We've paired our network hyper-visor core with a TCP/UDP/IP stack [(lwIP)](https
- SDK Repo: https://github.com/zerotier/libzt
- Forum: https://discuss.zerotier.com
## 1.3.4 Release Notes
### Added:
- IPv6 Support
- `Socket.ReceiveTimeout`
- `Socket.SendTimeout`
- `Socket.ConnectTimeout`
- `Socket.SendBufferSize`
- `Socket.ReceiveBufferSize`
- `Socket.Ttl`
- `Socket.LingerState`
- `Socket.KeepAlive`
- `Socket.NoDelay`
- `Socket.Blocking`
### Bugfixes:
- Minor C API fixes