Skip to content

Commit 621258c

Browse files
Update README.md
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
1 parent 3916988 commit 621258c

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
@@ -16,7 +16,7 @@ The problem is that UDP doesn't provide any concept of connection, so you want t
1616

1717
The netcode server manages n slots for clients to connect to, while providing security features like encrypted and signed packets, protection against packet replay attacks, and a novel 'connect token' system that only allows authenticated clients to connect to your server.
1818

19-
Building and testing all these features yourself on top of UDP is complex and error prone, so if you are thinking of building your own game network protocol from scratch, netcode can be a really good starting point.
19+
Building and testing all these features yourself on top of UDP is complex and error prone, and frankly take a lot of time to do properly, so if you are thinking of building your own game network protocol from scratch, netcode can be a really good starting point and save you a lot of time.
2020

2121
# Features
2222

0 commit comments

Comments
 (0)