aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-31 11:24:17 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-31 11:24:17 +0100
commit3da2a8e83017cc13752c2865624ef8ae7e333afb (patch)
tree62680fc39aaeac92c8f615980b8b192aa92af4b2 /src/cadet/TODO
parent0e73a014339a41d6385f7049dea33a0e47bbe66c (diff)
downloadgnunet-3da2a8e83017cc13752c2865624ef8ae7e333afb.tar.gz
gnunet-3da2a8e83017cc13752c2865624ef8ae7e333afb.zip
cancel tunnel destruction if we get another channel during the grace period
Diffstat (limited to 'src/cadet/TODO')
-rw-r--r--src/cadet/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cadet/TODO b/src/cadet/TODO
index cbce04e2f..f2aed163d 100644
--- a/src/cadet/TODO
+++ b/src/cadet/TODO
@@ -8,7 +8,9 @@
8 (need to push down through tunnel into connection selection); 8 (need to push down through tunnel into connection selection);
9 At Tunnel-level, try to create connections that match channel 9 At Tunnel-level, try to create connections that match channel
10 preferences (buffered/unbuffered) and select connections for 10 preferences (buffered/unbuffered) and select connections for
11 channel traffic that match channel preferences. 11 channel traffic that match channel preferences.
12 BUT: not sure this is ideal, discloses traffic type to
13 routers. We don't want that! (Maybe revise decision to do this?)
12 14
13- HIGH: revisit handling of 'buffered' traffic: 4 is a rather small buffer; (CHANNEL) 15- HIGH: revisit handling of 'buffered' traffic: 4 is a rather small buffer; (CHANNEL)
14 maybe reserve more bits in 'options' to allow for buffer size control? 16 maybe reserve more bits in 'options' to allow for buffer size control?