Skip to content

v1.2.4-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@gafferongames gafferongames released this 18 Sep 14:49
· 21 commits to main since this release
09391c6

This is a preview release. Please check it and let me know if you have any problems before we make an official release

What's Changed

  • Preliminary support for DSCP packet tagging on Mac, Linux and Windows. Disabled by default. Enable with netcode_enable_packet_tagging before you create a client or server. Packet tagging can greatly reduce latency and jitter on Wi-Fi with modern Wi-Fi access points (Wi-Fi 6 or greater).
  • Add address map for better client index looking up by @kienhg96 in #120
  • Remove redundant MinGW inet_ntop and inet_pton, fix INVALID_SOCKET tautology by @cshenton in #122
  • Fix duplicate error code value for GET_SOCKNAME_IPV6_FAILED by @dbechrd in #125
  • Fix incorrect expected connection request packet length in error message by @dbechrd in #127
  • Print warning when disabling SIO_UDP_CONNRESET fails. by @dbechrd in #124
  • Run the keep_alive test by @dbechrd in #131
  • Remove unnecessary code duplication in socket_connect tests by @dbechrd in #132