diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-03 16:10:17 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-03 16:10:17 -0700 |
commit | 6f0ae0dbb483f7cb11ed735eac235e3367ccb019 (patch) | |
tree | 17a533bb975e02b3d54f95538e987988e4a1a1bb /core/Lossless_UDP.c | |
parent | 68317c8d51f0cf437e018a74a2108c95c38648a2 (diff) | |
parent | 158751cb2db8d2e11e38cbc926d0a979f8a8350a (diff) |
Merge pull request #308 from jaekwon/bleh
various fixes for first time user
Diffstat (limited to 'core/Lossless_UDP.c')
-rw-r--r-- | core/Lossless_UDP.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Lossless_UDP.c b/core/Lossless_UDP.c index 33b8eb19..a753e5ff 100644 --- a/core/Lossless_UDP.c +++ b/core/Lossless_UDP.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* Lossless_UDP.c | 1 | /* Lossless_UDP.c |
2 | * | 2 | * |
3 | * An implementation of the Lossless_UDP protocol as seen in docs/Lossless_UDP.txt | 3 | * An implementation of the Lossless_UDP protocol as seen in http://wiki.tox.im/index.php/Lossless_UDP |
4 | * | 4 | * |
5 | * Copyright (C) 2013 Tox project All Rights Reserved. | 5 | * Copyright (C) 2013 Tox project All Rights Reserved. |
6 | * | 6 | * |
@@ -467,7 +467,7 @@ uint32_t missing_packets(int connection_id, uint32_t * requested) | |||
467 | /* | 467 | /* |
468 | * BEGIN Packet sending functions | 468 | * BEGIN Packet sending functions |
469 | * One per packet type. | 469 | * One per packet type. |
470 | * see docs/Lossless_UDP.txt for more information. | 470 | * see http://wiki.tox.im/index.php/Lossless_UDP for more information. |
471 | */ | 471 | */ |
472 | 472 | ||
473 | int send_handshake(IP_Port ip_port, uint32_t handshake_id1, uint32_t handshake_id2) | 473 | int send_handshake(IP_Port ip_port, uint32_t handshake_id1, uint32_t handshake_id2) |