Skip to content

Commit 4ee5f35

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ It's intended for use by real-time multiplayer games, which need a connection or
1111
netcode has the following features:
1212

1313
* Secure client connection with connect tokens.
14-
* 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 to open up the slot for a new client, plus timeouts for hard disconnects.
14+
* Client slot system. Servers have n slots for clients. Client are assigned an index when they connect to the server and are quickly denied connection if all slots are taken.
15+
* Fast 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)