aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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