Skip to content

Commit 1721da7

Browse files
Update README.md
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
1 parent c76c718 commit 1721da7

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
@@ -8,7 +8,7 @@
88

99
# Design
1010

11-
Real-time multiplayer games typically use UDP instead of TCP, because they are latency sensitive and typically need the most recent state, and TCP holds the most recent state hostage while waiting for older dropped packets to be retransmitted because of head of line blocking.
11+
Real-time multiplayer games typically use UDP instead of TCP, because they are latency sensitive and typically need the most recent state, and TCP holds the most recent state hostage while waiting for older dropped packets to be retransmitted.
1212

1313
The problem is that UDP doesn't provide any concept of connection, so you want to use UDP you have to to build up your own client connection system, timeouts, sequence numbers and security all by yourself.
1414

0 commit comments

Comments
 (0)