All Versions
24
Latest Version
Avg Release Cycle
25 days
Latest Release
1282 days ago

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