aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-31 17:54:48 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-31 17:54:48 +0100
commit448a5370373e9dcef449c53aee6c078c7d3395d9 (patch)
treeaf1507380c0173773aa5e9e4722b2088a42bfd20 /src/cadet/TODO
parent24dc41dd58c67b53829888c21bbcaffc7cab5a05 (diff)
downloadgnunet-448a5370373e9dcef449c53aee6c078c7d3395d9.tar.gz
gnunet-448a5370373e9dcef449c53aee6c078c7d3395d9.zip
use observed RTT as starting point for retransmissions
Diffstat (limited to 'src/cadet/TODO')
-rw-r--r--src/cadet/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cadet/TODO b/src/cadet/TODO
index f2aed163d..03bf6eae1 100644
--- a/src/cadet/TODO
+++ b/src/cadet/TODO
@@ -1,7 +1,6 @@
1- URGENT: Congestion/flow control (CHANNEL): 1- URGENT: Congestion/flow control (CHANNEL):
2 + estimate max bandwidth using bursts and use to for CONGESTION CONTROL! 2 + estimate max bandwidth using bursts and use to for CONGESTION CONTROL!
3 (and figure out how/where to use this!) 3 (and figure out how/where to use this!)
4 + get current RTT from connection; use that for initial retransmissions!
5 + figure out flow control without ACKs (unreliable traffic!) 4 + figure out flow control without ACKs (unreliable traffic!)
6 5
7- HIGH: revisit handling of 'unbuffered' traffic! (CHANNEL/TUNNEL) 6- HIGH: revisit handling of 'unbuffered' traffic! (CHANNEL/TUNNEL)