Skip to content

Commit d9a85dc

Browse files
Update README.md
Signed-off-by: Glenn Fiedler <[email protected]>
1 parent 7b508a1 commit d9a85dc

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 reliable-ordered delivery delays the most recent packets while waiting for old packets to be resent and real-time games typically only need the most recent state.
11+
Real-time multiplayer games typically use UDP instead of TCP, because reliable-ordered delivery delays the most recent packets while waiting for old packets to be resent, and real-time games typically only need the most recent state.
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)