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

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(), and Address.GetHost()
  • 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 multiple Peer.Send() calls
    • Minor improvements
  • 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
  • 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