aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-31 19:09:57 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-31 19:09:57 +0100
commitcb9168b83eb4a3a15c8ca761446789fb980295a7 (patch)
tree8db9a852fe1cf5f8173d048fba2206889135f0e1 /src/cadet/TODO
parent448a5370373e9dcef449c53aee6c078c7d3395d9 (diff)
downloadgnunet-cb9168b83eb4a3a15c8ca761446789fb980295a7.tar.gz
gnunet-cb9168b83eb4a3a15c8ca761446789fb980295a7.zip
stop destroy task if connection goes up
Diffstat (limited to 'src/cadet/TODO')
-rw-r--r--src/cadet/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cadet/TODO b/src/cadet/TODO
index 03bf6eae1..820efab7a 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 + figure out flow control without ACKs (unreliable traffic!)
5 4
6- HIGH: revisit handling of 'unbuffered' traffic! (CHANNEL/TUNNEL) 5- HIGH: revisit handling of 'unbuffered' traffic! (CHANNEL/TUNNEL)
7 (need to push down through tunnel into connection selection); 6 (need to push down through tunnel into connection selection);
@@ -20,7 +19,6 @@
20 point of breakage) as well as connection/route (CORE) 19 point of breakage) as well as connection/route (CORE)
21 20
22- OPTIMIZATION: proper connection evaluation during connection management: 21- OPTIMIZATION: proper connection evaluation during connection management:
23 + PATHS: path desirability score calculations are not done
24 + TUNNELS: 22 + TUNNELS:
25 * consider quality of current connection set when deciding 23 * consider quality of current connection set when deciding
26 how often to do maintenance 24 how often to do maintenance