File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# netcode
4
4
5
- ** netcode** is a secure connection-based client/server protocol built on top of UDP.
5
+ ** netcode** is a secure client/server protocol built on top of UDP.
6
6
7
- ![ connections ] ( https://github.com/mas-bandwidth/netcode/assets/696656/20d3d933-228f-4119-b136-7e9dae43ff33 )
7
+ It's intended for use by real-time multiplayer games, which need a connection oriented protocol but without the head of line blocking of TCP.
8
8
9
- It has the following features:
9
+ ![ connetion 2] ( https://github.com/user-attachments/assets/5c7e0c9b-17b6-4e84-a57b-13bdb55a9978 )
10
+
11
+ netcode has the following features:
10
12
11
13
* Secure client connection with connect tokens
12
14
* Client slot system where each client is assigned a client index on connect
13
15
* Encrypted and signed packets
14
16
15
- and protects your game server from:
17
+ It protects your game server from:
16
18
17
19
* Zombie clients
18
20
* Packet sniffing
You can’t perform that action at this time.
0 commit comments