aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-14 18:27:42 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-14 18:27:42 +0000
commit20bc0ad630965adedb63c8eacf96a118f5d7ed0b (patch)
tree08cdf3939c844893b7f486c5223382a4f70e1a3d /TODO
parent40d50986ed7aa7be0f3921dae39423e2bcaef682 (diff)
downloadgnunet-20bc0ad630965adedb63c8eacf96a118f5d7ed0b.tar.gz
gnunet-20bc0ad630965adedb63c8eacf96a118f5d7ed0b.zip
fix
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 0 insertions, 13 deletions
diff --git a/TODO b/TODO
index 5a8a6f23c..462690a9b 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,5 @@
1PHASE #1: (Goal: settle key design questions) 1PHASE #1: (Goal: settle key design questions)
2 2
3TRANSPORT:
4* testcase fails the first time when run with fresh /tmp
5 1) CONNECT fails because no validated HELLO is available
6 (actual validations are scheduled a few cycles later)
7 2) client waits for SEND_OK, which never comes (due to
8 CONNECT request failing; TCP signals error, but
9 "transmit_send_continuation" in gnunet-service-transport.c
10 does not (and currently has no way to) signal this to
11 the test-process => test-process eventually times out with
12 fatal error
13 3) in the meantime, gnunet-service-transport validates the
14 HELLOs => testcase passes next time...
15
16Util: 3Util:
17* improve disk API [Nils] (Nils, is this done? -Christian) 4* improve disk API [Nils] (Nils, is this done? -Christian)
18* Windows: use events instead of pipes to signal select()s [Nils] 5* Windows: use events instead of pipes to signal select()s [Nils]