File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,18 @@ It's intended for use by real-time multiplayer games, which need a connection or
10
10
11
11
netcode has the following features:
12
12
13
- * Secure client connection with connect tokens
14
- * Client slot system where each client is assigned a client index on connect
15
- * Encrypted and signed packets
13
+ * Secure client connection with connect tokens.
14
+ * Client slot system. Server starts with n client slots. Each client is assigned an index when it connects to the server.
15
+ * Immediate clean disconnect on client or server side of connection, plus timeouts for hard disconnects.
16
+ * Encrypted and signed packets.
16
17
17
18
It protects your game server from:
18
19
19
20
* Zombie clients
20
21
* Packet sniffing
21
- * Man in the middle
22
- * DDoS amplification
23
22
* Packet replay attacks
23
+ * Man in the middle attacks
24
+ * Being used in DDoS amplification attacks
24
25
25
26
netcode is stable and production ready.
26
27
@@ -116,4 +117,3 @@ If you find this software useful, [please consider sponsoring it](https://github
116
117
# License
117
118
118
119
[ BSD 3-Clause license] ( https://opensource.org/licenses/BSD-3-Clause ) .
119
-
You can’t perform that action at this time.
0 commit comments