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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ It's intended for use by real-time multiplayer games, which need a connection or
11
11
netcode has the following features:
12
12
13
13
* 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.
0 commit comments