Skip to content

Commit 7a17711

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ netcode has the following features:
1212

1313
* Secure client connection with connect tokens.
1414
* Client slot system. Servers have n slots for clients. Client are assigned an index when they connect to the server. Clients are quickly denied connection if all slots are already taken.
15-
* Immediate clean disconnect on client or server side of connection, plus timeouts for hard disconnects.
15+
* Immediate clean disconnect on client or server side of connection to open up the slot for a new client, plus timeouts for hard disconnects.
1616
* Encrypted and signed packets.
1717

1818
It protects your game server from:

0 commit comments

Comments
 (0)