Skip to content

Commit 7a9a2a6

Browse files
Update README.md
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
1 parent 0b91b20 commit 7a9a2a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

55
**netcode** is a secure client/server protocol built on top of UDP.
66

7+
It's built for use by real-time multiplayer games, which need a connection oriented protocol but without the head of line blocking of TCP.
8+
79
![connetion 2](https://github.com/user-attachments/assets/5c7e0c9b-17b6-4e84-a57b-13bdb55a9978)
810

9-
It has the following features:
11+
netcode has the following features:
1012

1113
* Secure client connection with connect tokens
1214
* Client slot system where each client is assigned a client index on connect
1315
* Encrypted and signed packets
1416

15-
and protects your game server from:
17+
It protects your game server from:
1618

1719
* Zombie clients
1820
* Packet sniffing

0 commit comments

Comments
 (0)