GameNetworkingSockets is a basic transport layer for games. A reliability layer significantly more sophisticated than a basic TCP-style sliding window. It is based on the "ack vector" model from DCCP (RFC 4340, section 11.4) and Google QUIC and discussed in the context of games by Glenn Fiedler. The basic idea is for the receiver to efficiently communicate to the sender the status of every packet number (whether or not a packet was received with that number). By remembering which segments were sent in each packet, the sender can deduce which segments need to be retransmitted. Encryption. AES-GCM-256 per packet, Curve25519 for key exchange and cert signatures. The details for shared key derivation and per-packet IV are based on the design used by Google's QUIC protocol. This library has shipped on consoles, mobile platforms, and non-Steam stores, and has been used to facilitate cross-platform connectivity. Contact us to get access to the code.

Features

  • Connection-oriented API (like TCP)
  • Supports both reliable and unreliable message types
  • Messages can be larger than underlying MTU
  • IPv6 support
  • Tools for simulating packet latency/loss, and detailed stats measurement
  • Peer-to-peer networking

Project Samples

Project Activity

See All Activity >

License

BSD License

Follow GameNetworkingSockets

GameNetworkingSockets Web Site

Other Useful Business Software
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of GameNetworkingSockets!

Additional Project Details

Operating Systems

Windows

Programming Language

C++

Related Categories

C++ Communications Software, C++ Networking Software

Registered

2021-10-07