Valve's GameNetworkingSockets 1.3 Released With Better Performance

Written by Michael Larabel in Valve on 31 May 2021 at 08:05 AM EDT. 7 Comments
VALVE
One of Valve's many open-source projects is GameNetworkingSockets as a basic transport layer for games to handle UDP-based messaging, P2P networking, encryption, IPv6, and other network handling functionality of particular use to games / game engines.

GameNetworkingSockets 1.3 was released on Sunday as the newest feature release. Notable with GameNetworkingSockets 1.3 is better performance thanks to a new fine-grained locking strategy to reduce locking contention. GameNetworkingSockets previously suffered from major locking contention issues that hampered its scalability especially across multiple threads. This long-standing issue with GameNetworkingSockets should now be addressed.

GameNetworkingSockets 1.3 also adds an ISteamNetworkingMessages interface, header files are compatible with the Steamworks SDK headers, and various bug fixes and other minor improvements.

More details on Valve's GameNetworkingSockets 1.3 release via GitHub.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week