aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-18 14:33:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-18 14:33:08 +0000
commitb5e3c6f8a10fd77c1da4c0801acf5aebe8b8d386 (patch)
tree953b818fd54a42626454f36d6ef31fd19d1c54bb
parent819d8df0fe778124e51d765303549fe36fbf7bf2 (diff)
downloadgnunet-b5e3c6f8a10fd77c1da4c0801acf5aebe8b8d386.tar.gz
gnunet-b5e3c6f8a10fd77c1da4c0801acf5aebe8b8d386.zip
update
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index c8df9b119..e7d7a2f1d 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,10 @@ Urgent items (before announcing ng.gnunet.org):
30 - disconnect notifications from TCP not always as nice as we might want 30 - disconnect notifications from TCP not always as nice as we might want
31 them to be (but how can we do this cleanly given that UDP is connectionless?) 31 them to be (but how can we do this cleanly given that UDP is connectionless?)
32 - TCP not used bi-directionally (especially important also for PONG!) 32 - TCP not used bi-directionally (especially important also for PONG!)
33 - hostlist testcase shows that (randomly) we jump to an address that
34 seems to be a plugin function *after* the plugin has been unloaded
35 (directly from scheduler); check that *all* plugin tasks are cancelled
36 after plugin is unloaded! (need better testcases for that...)
33* STATISTICS: 37* STATISTICS:
34 - synchronous/asynchronous API (& implementation) is not nice; 38 - synchronous/asynchronous API (& implementation) is not nice;
35 => provide notification-based API 39 => provide notification-based API