You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ netcode has the following features:
12
12
13
13
* Secure client connection with connect tokens.
14
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, 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.
0 commit comments