From fc9fcacdac2f2737f976c7edf00763b71feb180b Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 7 Dec 2009 11:09:30 +0000 Subject: [PATCH] more docs git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@717 e16421f0-f15b-0410-abcd-98678b794739 --- BUGS | 11 +++++++++++ doc/{p2tp-protocol.txt => swift-protocol.txt} | 0 sendrecv.cpp | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) rename doc/{p2tp-protocol.txt => swift-protocol.txt} (100%) diff --git a/BUGS b/BUGS index 9d19b0d..280fd6b 100644 --- a/BUGS +++ b/BUGS @@ -26,3 +26,14 @@ * file operations are not 64-bit ready http://mail.python.org/pipermail/patches/2000-June/000848.html * recovery: last packet + * no-HINT sending to a dead peer + * what if rtt>1sec + * unHINTed repeated sending + * 1259859412.out#8,9 connection breaks, #8 rtt 1000, #9 hint - + mudachestvo, cwnd => send int 0.5sec + 0_11_10_075_698 #9 sendctrl may send 0 < 0.000000 & 1732919509_-49_-45_-200_-111 (rtt 59661) + 0_11_10_075_698 #9 +data (0,194) + 0_11_10_575_703 #9 sendctrl loss detected + 0_11_10_575_703 #9 Tdata (0,194) + 0_11_10_575_703 #9 sendctrl may send 0 < 0.000000 & 1732919509_-49_-44_-700_-110 (rtt 59661) + * complete peer reconnects 1259967418.out.gz diff --git a/doc/p2tp-protocol.txt b/doc/swift-protocol.txt similarity index 100% rename from doc/p2tp-protocol.txt rename to doc/swift-protocol.txt diff --git a/sendrecv.cpp b/sendrecv.cpp index f3b826d..2b7ebd6 100644 --- a/sendrecv.cpp +++ b/sendrecv.cpp @@ -67,7 +67,7 @@ bin64_t Channel::DequeueHint () { // TODO: resilience } if (send==bin64_t::NONE) { send = file().ack_out().find_filtered(ack_in_,bin64_t::ALL,bins::FILLED); - if (send!=bin64_t::NONE) + if (send!=bin64_t::NONE) // NEED FIXME: twist here!!! send = send.left_foot(); } uint64_t mass = 0; -- 2.20.1