more docs
authorvictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Mon, 7 Dec 2009 11:09:30 +0000 (11:09 +0000)
committervictor <victor@e16421f0-f15b-0410-abcd-98678b794739>
Mon, 7 Dec 2009 11:09:30 +0000 (11:09 +0000)
git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@717 e16421f0-f15b-0410-abcd-98678b794739

BUGS
doc/swift-protocol.txt [moved from doc/p2tp-protocol.txt with 100% similarity]
sendrecv.cpp

diff --git a/BUGS b/BUGS
index 9d19b0d..280fd6b 100644 (file)
--- a/BUGS
+++ b/BUGS
     * 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
similarity index 100%
rename from doc/p2tp-protocol.txt
rename to doc/swift-protocol.txt
index f3b826d..2b7ebd6 100644 (file)
@@ -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;