Skip to content

2.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxrighthere nxrighthere released this 30 Jan 23:55
· 5 commits to master since this release
5eeb284
  • Added support for .NET 8
  • Implemented a separate queue for outgoing send reliable packets (contributed by @lsalzman)
    • Removed revisiting peers when continuing to send
    • Removed explicit storing of round trip timeout limit
    • Removed unnecessary sent unreliable list from peers
  • Added ENET_SOCKOPT_TTL socket option (contributed by @skyfloogle)
  • Fixed MTU negotiation on server side (contributed by @seragh)