Releases: nxrighthere/ENet-CSharp
Releases · nxrighthere/ENet-CSharp
2.2.1
- Fixed NuGet compatibility with Visual Studio
- Minor improvements
2.2.0
- Fixed broken pointer arithmetic in packet creation with offset
- Added NuGet support
2.1.9
- Added overload to set packet free callback directly
- Changed data type of total lost packets counter
- Fixed compilation with MSVC
2.1.8
- Added compression buffer for memory reuse
- Changed behavior for packet creation with offset
- Fixed compilation with Xcode
2.1.7
- Added overload for packet creation with offset
- Reduced size of packet structure
- Fixed dropping of in-flight unreliable packets before disconnection
- Minor improvements
2.1.6
- Added function for resolving a host name
- Fixed compatibility of interop signatures with Mono
- Minor improvements
2.1.5
- Added function for checking packet references
- Fixed zero round-trip time underestimation
- Minor improvements
2.1.4
- Added selective packet broadcast
- Fixed handling of null-terminated strings for an IP addresses
- Minor improvements
2.1.3
- Added support for .NET Standard 2.0
- Improved round-trip time calculation using Jacobson’s algorithm
- Minor improvements
2.1.2
- Added feature to prevent new incoming connections
- Added function to get an MTU of a peer
- Fixed buffer size in array pool for obtaining an IP addresses
- Minor improvements