Update C# wrapper (Namespace restructure, API additions, memory leak fix)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<license type="file">LICENSE.txt</license>
|
||||
<icon>icon.png</icon>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<releaseNotes>Initial release</releaseNotes>
|
||||
<releaseNotes>Namespace adjustments, additions to Socket API, memory leak fixes.</releaseNotes>
|
||||
<description>Encrypted P2P SD-WAN networking layer (Managed C# API) [x64]</description>
|
||||
<title>Encrypted P2P SD-WAN networking layer (Managed C# API) [x64]</title>
|
||||
<copyright>Copyright 2021 ZeroTier, Inc.</copyright>
|
||||
|
||||
29
pkg/nuget/ZeroTier.Sockets/nuget.org.md
Normal file
29
pkg/nuget/ZeroTier.Sockets/nuget.org.md
Normal file
@@ -0,0 +1,29 @@
|
||||
[ZeroTier](https://www.zerotier.com) SDK
|
||||
=====
|
||||
|
||||
Connect physical devices, virtual devices, and application instances as if everything is on a single LAN.
|
||||
|
||||
ZeroTier brings your network into user-space. We've paired our network hypervisor core with a TCP/UDP/IP stack [(lwIP)](https://en.wikipedia.org/wiki/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](https://en.wikipedia.org/wiki/Berkeley_sockets). Since we aren't using the kernel's IP stack that means no drivers, no root, and no host configuration requirements.
|
||||
|
||||
- Website: https://www.zerotier.com/
|
||||
- ZeroTier Manual: https://www.zerotier.com/manual/
|
||||
- ZeroTier Repo: https://github.com/zerotier/zerotierone
|
||||
- SDK Repo: https://github.com/zerotier/libzt
|
||||
- Forum: https://discuss.zerotier.com
|
||||
|
||||
## 1.3.3-alpha.2 Release Notes
|
||||
|
||||
### New namespace structure:
|
||||
- `ZeroTier.Core` (API to control a ZeroTier Node)
|
||||
- `class ZeroTier.Core.Node`
|
||||
- `class ZeroTier.Core.Event`
|
||||
- `ZeroTier.Sockets`
|
||||
- `class ZeroTier.Sockets.Socket`
|
||||
- `class ZeroTier.Sockets.SocketException`
|
||||
- `ZeroTier.Central` (upcoming)
|
||||
|
||||
### Added to Socket API
|
||||
- `Socket.ReceiveTimeout`, `Socket.SendTimeout`, etc.
|
||||
|
||||
### Bugs
|
||||
- Fixed memory leak caused by unmanaged resources not being released.
|
||||
Reference in New Issue
Block a user