All Versions
24
Latest Version
Avg Release Cycle
25 days
Latest Release
1554 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.5 Changes
January 26, 2020- โ Added a reasonable default packet threshold to reduce throttling of peers with inconsistent round trip time
-
v2.3.4 Changes
December 25, 2019- ๐ Fixed incorrect interop signatures for
Library.Initialize(Callbacks callbacks)
,Address.GetIP()
, andAddress.GetHost()
- ๐ Fixed incorrect interop signatures for
-
v2.3.3 Changes
December 24, 2019- ๐ Improved obtainment of an address from a socket
- ๐ Changed native address structure to avoid reference marshalling
-
v2.3.2 Changes
December 08, 2019- Zero out an IPv4-mapped IPv6 address in case of reusability
- Minor improvements
-
v2.3.1 Changes
September 03, 2019- ๐ Fixed length of buffer for a host name with null-terminated character
-
v2.3.0 Changes
July 19, 2019- โ 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 multiplePeer.Send()
calls - Minor improvements
- โ Added
-
v2.2.9 Changes
July 01, 2019- ๐ Replaced Winsock with 2.2 version on Windows
- ๐ Replaced deprecated address functionality for IPv6 name resolution
- ๐ Fixed socket handle leakage on Unix
-
v2.2.8 Changes
June 26, 2019- 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
- Reworked
-
v2.2.7 Changes
June 09, 2019- ๐ฆ Exposed host buffer size option
-
v2.2.6 Changes
May 07, 2019- โ Added function for receiving packets selectively per peer
- Minor improvements