Skip to content

Releases: nxrighthere/ENet-CSharp

2.3.1

03 Sep 17:55
a847982
Compare
Choose a tag to compare
  • Fixed length of buffer for a host name with null-terminated character

2.3.0

19 Jul 15:45
da92d87
Compare
Choose a tag to compare
  • Added PacketFlags.Instant to not bundle a packet with others at a next service iteration and send it instantly instead. This delivery type trades multiplexing efficiency in favor of latency. The same packet can't be used for multiple Peer.Send() calls
  • Minor improvements

2.2.9

01 Jul 21:27
a58ba63
Compare
Choose a tag to compare
  • Replaced Winsock with 2.2 version on Windows
  • Replaced deprecated address functionality for IPv6 name resolution
  • Fixed socket handle leakage on Unix

2.2.8

26 Jun 18:57
ff9d0ed
Compare
Choose a tag to compare
  • Reworked ENetAddress to properly handle IPv4-mapped IPv6 addresses
  • Restored IPv4 broadcast for the local networks 255.255.255.255
  • Added a threshold parameter to reduce packet throttling in unstable network environments with high jitter and low average latency such as Wi-Fi networks
  • Fixed assignment of binary IPv4 addresses
  • Renamed packet flag for unreliable fragmented packets to PacketFlags.UnreliableFragmented
  • Minor improvements

2.2.7

09 Jun 15:20
7574f7a
Compare
Choose a tag to compare
  • Exposed host buffer size option

2.2.6

07 May 13:30
419178f
Compare
Choose a tag to compare
  • Added function for receiving packets selectively per peer
  • Minor improvements

2.2.5

29 Apr 11:26
Compare
Choose a tag to compare
  • Added functions for converting binary IP addresses
  • Changed default MTU for IPv6
  • Updated LZ4 to the latest version
  • Minor improvements

2.2.4

02 Apr 18:30
cd3a7b5
Compare
Choose a tag to compare
  • Improved random seed generator for Unix

2.2.3

28 Mar 13:27
ef35905
Compare
Choose a tag to compare
  • Added packet broadcast with excluded peer
  • Fixed incorrect error handling of send function on Windows
  • Minor improvements

2.2.2

23 Mar 12:14
a15aab4
Compare
Choose a tag to compare
  • Changed peer IDs from random to incremental
  • Minor improvements