diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Lossless_UDP.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Lossless_UDP.txt b/docs/Lossless_UDP.txt index 7886bf5d..bbfd2ad1 100644 --- a/docs/Lossless_UDP.txt +++ b/docs/Lossless_UDP.txt | |||
@@ -15,7 +15,7 @@ Lossless UDP: | |||
15 | Alice puts it in the handshake packet (handshake_id1). | 15 | Alice puts it in the handshake packet (handshake_id1). |
16 | Alice starts sending handshake packets to Bob (send 10 packets over 5 seconds if no response connection fails.) | 16 | Alice starts sending handshake packets to Bob (send 10 packets over 5 seconds if no response connection fails.) |
17 | Bob receives the packet. | 17 | Bob receives the packet. |
18 | Bob copies the handshake packet he got from alice but caternates a random 4 byte number to it (handshake_id2) | 18 | Bob copies the handshake packet he got from alice but concatenates a random 4 byte number to it (handshake_id2) |
19 | Alice receives the packet, checks if handshake_id1 matches the one she sent. | 19 | Alice receives the packet, checks if handshake_id1 matches the one she sent. |
20 | If it does she starts sending SYNC packets with sent_packetnum = handshake_id2 and recv_packetnum = handshake_id1. | 20 | If it does she starts sending SYNC packets with sent_packetnum = handshake_id2 and recv_packetnum = handshake_id1. |
21 | Bob receives the packet, | 21 | Bob receives the packet, |