netcode.io v1.0 Release Notes

Release Date: 2017-07-24 // over 6 years ago
  • This is the initial release of netcode.io

    🔋 Features:

    1. Secure client connection based around connect tokens
    2. Challenge/response for protection against spoofed client IP headers
    3. Protection against being used in DDoS packet amplification attacks in request/response
    4. Encrypted and signed UDP packets once connection is established.
    5. Replay protection so attackers can't intercept and replay old packets. 🌲 6. Support for user overrides for allocator, logging functions and assert function. 💅 7. Support for loopback client connections with server, for example for local client/server or singleplayer in Call of Duty, Titanfall style.

    ✅ This code has been extensively unit tested, soak tested as well as having been successfully integrated into yojimbo for several months now.

    netcode.io is now production ready!