Skip to content

Releases: nxrighthere/ENet-CSharp

2.2.1

07 Mar 14:58
ea7521c
Compare
Choose a tag to compare
  • Fixed NuGet compatibility with Visual Studio
  • Minor improvements

2.2.0

24 Feb 07:27
c66e429
Compare
Choose a tag to compare
  • Fixed broken pointer arithmetic in packet creation with offset
  • Added NuGet support

2.1.9

22 Feb 20:01
a8a2ac1
Compare
Choose a tag to compare
  • Added overload to set packet free callback directly
  • Changed data type of total lost packets counter
  • Fixed compilation with MSVC

2.1.8

03 Feb 13:11
36d410d
Compare
Choose a tag to compare
  • Added compression buffer for memory reuse
  • Changed behavior for packet creation with offset
  • Fixed compilation with Xcode

2.1.7

28 Jan 11:12
22199e6
Compare
Choose a tag to compare
  • 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

23 Jan 14:31
90345a5
Compare
Choose a tag to compare
  • Added function for resolving a host name
  • Fixed compatibility of interop signatures with Mono
  • Minor improvements

2.1.5

06 Jan 11:07
e5c2cdf
Compare
Choose a tag to compare
  • Added function for checking packet references
  • Fixed zero round-trip time underestimation
  • Minor improvements

2.1.4

25 Dec 13:36
b4ff868
Compare
Choose a tag to compare
  • Added selective packet broadcast
  • Fixed handling of null-terminated strings for an IP addresses
  • Minor improvements

2.1.3

09 Nov 16:29
e5f8bc0
Compare
Choose a tag to compare
  • Added support for .NET Standard 2.0
  • Improved round-trip time calculation using Jacobson’s algorithm
  • Minor improvements

2.1.2

31 Oct 21:01
a52ff96
Compare
Choose a tag to compare
  • 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