Skip to content

Commit ae356e8

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

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
@@ -11,7 +11,7 @@ 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 denied connection if the slots are already full.
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.
1515
* Immediate clean disconnect on client or server side of connection, plus timeouts for hard disconnects.
1616
* Encrypted and signed packets.
1717

0 commit comments

Comments
 (0)