diff options
author | irungentoo <irungentoo@gmail.com> | 2013-06-27 07:37:06 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-06-27 07:37:06 -0400 |
commit | d0ed1639144a5f3358d8bc69ad0885d0c1133877 (patch) | |
tree | 237e58d3314875939ccd20641a55fb0bfa2d4237 /docs/Lossless_UDP.txt | |
parent | 0068d370ffdb33fe62ab20f3e4654463f469724c (diff) |
Fixed something in the DHT, added a milisecond time function.
Diffstat (limited to 'docs/Lossless_UDP.txt')
-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 8454cfe2..54eede16 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 adds a random 4 byte number to it (handshake_id2) | 18 | Bob copies the handshake packet he got from alice but caternates 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 . | 20 | If it does she starts sending SYNC packets with sent_packetnum = handshake_id2 . |
21 | Bob receives the packet, | 21 | Bob receives the packet, |