All Versions
31
Latest Version
Avg Release Cycle
95 days
Latest Release
340 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.4.2 Changes
August 29, 2020- ๐ Fixed packets flagged as unthrottled
-
v2.4.1 Changes
August 24, 2020- ๐ Improved throttle acceleration mechanism
- ๐ฆ Exposed throttle estimation function
- ๐ฆ Exposed raw UDP packets intercept functionality
- ๐ Changed default parameters of the ping interval and throttle threshold to improve transmission consistency
- ๐ Fixed command queuing for unsequenced unreliable fragmented packets
- โ Removed inaccurate debug packet loss estimation logic
-
v2.4.0 Changes
August 13, 2020- โ Added runtime version check
- ๐ Fixed incorrect path to the native library in NuGet package
-
v2.3.9 Changes
July 23, 2020- ๐ Improved transmission consistency for packets that are larger than MTU sent over the same channel with unreliable packets
- ๐ฆ Exposed
Host.SetMaxDuplicatePeers()function - Minor improvements
-
v2.3.8 Changes
April 08, 2020- ๐ Improved handling of incoming commands (contributed by @Vincenz099)
- ๐ Improved consistency at packets receiving
- ๐ Improved exceptions
-
v2.3.7 Changes
March 31, 2020- ๐ Improved parsing of IPv4 addresses
- ๐ฆ Exposed
Peer.LastRoundTripTimeproperty - Minor improvements
-
v2.3.6 Changes
March 30, 2020- โ Added
PacketFlags.Crucialpacket flag - ๐ Improved transmission in low-latency network environments
- ๐ Improved round-trip time variance estimation (contributed by @virt00l)
- Replaced network address conversion functions for MinGW
- โช Restored per packet user data
- โ Removed LZ4
- Minor improvements
- โ Added
-
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