This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/pkg/nuget/ZeroTier.Sockets/nuget.org.md

1.2 KiB

ZeroTier

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.

We've paired our network hyper-visor core with a TCP/UDP/IP stack (lwIP) to provide your application with an exclusive and private virtual network interface. All traffic on this interface is end-to-end encrypted between each peer and we provide an easy-to-use socket interface similar to Berkeley Sockets.

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