aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-30 21:14:30 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-30 21:14:30 +0100
commit98fead2b759d2c7ac87e845d65b6b2f565ba12a3 (patch)
tree3521ab4a19341be6aba40103868c26c84cfc959a /src/cadet/TODO
parentc8aa8bdff30b23d8eb7217302468b12613dc1e42 (diff)
downloadgnunet-98fead2b759d2c7ac87e845d65b6b2f565ba12a3.tar.gz
gnunet-98fead2b759d2c7ac87e845d65b6b2f565ba12a3.zip
fair, global message buffer implemented
Diffstat (limited to 'src/cadet/TODO')
-rw-r--r--src/cadet/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cadet/TODO b/src/cadet/TODO
index 0033e0f34..cbce04e2f 100644
--- a/src/cadet/TODO
+++ b/src/cadet/TODO
@@ -4,10 +4,6 @@
4 + get current RTT from connection; use that for initial retransmissions! 4 + get current RTT from connection; use that for initial retransmissions!
5 + figure out flow control without ACKs (unreliable traffic!) 5 + figure out flow control without ACKs (unreliable traffic!)
6 6
7- HIGH: revisit message buffer, have global buffer instead per-route, but then
8 make sure it is shared fairly across routes and connections (CORE);
9 also, do not buffer if the connection is set to unbuffered!
10
11- HIGH: revisit handling of 'unbuffered' traffic! (CHANNEL/TUNNEL) 7- HIGH: revisit handling of 'unbuffered' traffic! (CHANNEL/TUNNEL)
12 (need to push down through tunnel into connection selection); 8 (need to push down through tunnel into connection selection);
13 At Tunnel-level, try to create connections that match channel 9 At Tunnel-level, try to create connections that match channel