aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-31 22:17:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-31 22:17:44 +0000
commit419e5c8eb9115e6a91bdfe8573be570a5be3cc48 (patch)
treec2bfd908116935a6f02381b08302f7dd6e147d0b /TODO
parent0b58d94cf2cb42f498e1a8696ec0b2fba091ca47 (diff)
downloadgnunet-419e5c8eb9115e6a91bdfe8573be570a5be3cc48.tar.gz
gnunet-419e5c8eb9115e6a91bdfe8573be570a5be3cc48.zip
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 87cd8e984..c1133a769 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,8 @@
4 1) peers fail to connect (very, very rare) => maybe explained with bandwidth bug discovered with transport test 4 1) peers fail to connect (very, very rare) => maybe explained with bandwidth bug discovered with transport test
5 2) 1 out of 3 bits of content fails to migrate (destination peer never sees it); 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! 6 suspicion: core packs two migration messages into one, and someone throws away the 2nd half!
7 => likely reproduced with new core api reliability test (which still fails) 7 => likely reproduced with new core api reliability test (which now passes but showed bugs)
8 => might be fixed now with util's server-nc and core's 'short-fuse' bugs begin fixed
8 3) client fails to connect to FS service for download (requests never make it to FS) 9 3) client fails to connect to FS service for download (requests never make it to FS)
9 FS was running initially, but is shut down around the time the source peer (!) 10 FS was running initially, but is shut down around the time the source peer (!)
10 is supposed to die; the OTHER FS service (the one that was supposed to die) is still up! 11 is supposed to die; the OTHER FS service (the one that was supposed to die) is still up!