Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
  • Loading branch information
gafferongames authored Sep 19, 2024
1 parent 95ada4b commit aa23a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ netcode has the following features:
* Fast clean disconnect on client or server side of connection to open up the slot for a new client, plus timeouts for hard disconnects.
* Encrypted and signed packets. Packets cannot be tampered with or read by parties not involved in the client/server connection. Cryptography is performed by the excellent [sodium library](https://libsodium.gitbook.io/doc).
* Many security features including robust protection against maliciously crafted packets, packet replay attacks and DDoS amplification attacks.
* Support for packet tagging which greatly reduces jitter on Wi-Fi routers. Disabled by default because some older routers don't handle it well. Enable by calling *netcode_enable_packet_tagging*.

netcode is stable and production ready.

Expand Down

0 comments on commit aa23a4b

Please sign in to comment.