All Versions
24
Latest Version
Avg Release Cycle
25 days
Latest Release
1065 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.5 Changes
October 21, 2020- ๐ Fixed checksum writing to header
-
v2.4.4 Changes
October 20, 2020- โ Added address parameter to the intercept callback
- ๐ Fixed sender overrun receiver in reliable transmission
- โก๏ธ Updated target framework to .NET Standard 2.1 and .NET Core 3.1
- Minor improvements
-
v2.4.3 Changes
September 10, 2020- โ Added CRC64 checksums functionality
- ๐ฆ Exposed
ChecksumCallback
delegate - ๐ฆ Exposed
Host.SetChecksumCallback()
function - ๐ฆ Exposed
Library.CRC64()
function
-
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.LastRoundTripTime
property - Minor improvements
-
v2.3.6 Changes
March 30, 2020- โ Added
PacketFlags.Crucial
packet 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