aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-30 18:20:12 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-30 18:20:12 +0000
commitbab7caf0e4eb892e7e69b5d78346d5af78c56780 (patch)
tree6889a0e18857e15b2fe6095be9366a76c8e03e98 /TODO
parent8cd51f1ff0bb25614b4b3bfd8bcb3d81d994e4d7 (diff)
downloadgnunet-bab7caf0e4eb892e7e69b5d78346d5af78c56780.tar.gz
gnunet-bab7caf0e4eb892e7e69b5d78346d5af78c56780.zip
notes
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index fc91c6200..da8e2d07b 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,12 @@
10.9.0pre1: 10.9.0pre1:
2* FS: [CG] 2* FS: [CG]
3 - Migration test error scenarios:
4 1) peers fail to connect (very, very rare)
5 2) 1 out of 3 bits of content fails to migrate (destination peer never sees it);
6 suspicion: core packs two migration messages into one, and someone throws away the 2nd half!
7 3) client fails to connect to FS service for download (requests never make it to FS)
8 FS was running initially, but is shut down around the time the source peer (!)
9 is supposed to die; the OTHER FS service (the one that was supposed to die) is still up!
3 - TTL/priority calculations 10 - TTL/priority calculations
4 - hot-path routing, load considerations 11 - hot-path routing, load considerations
5 - statistics 12 - statistics
@@ -78,6 +85,11 @@
78 + download 85 + download
79 86
800.9.0pre2: 870.9.0pre2:
88* CORE:
89 - transport-level disconnect (i.e. TCP) does not cause core-level
90 disconnect in a timely fashion (waits for connection timeout);
91 need to figure a way to make it near-instant in those cases
92 (i.e. rapid reduction in timeout on transport-level disconnect)
81* TBENCH: [MW] 93* TBENCH: [MW]
82 - good to have for transport/DV evaluation! 94 - good to have for transport/DV evaluation!
83* DHT: [Nate] 95* DHT: [Nate]