ENet-CSharp v2.2.8 Release Notes

Release Date: 2019-06-26 // almost 5 years ago
    • 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