aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-14 13:42:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-14 13:42:54 +0000
commita0a00bf29253a9af1fdec7ccd9dda4d7f46a0ff8 (patch)
tree86425eb3ea60a7cf95f0d35dba83c19fe520ea5a /TODO
parent4967bc41d17f08e3fbd6c9b5c66f003186a625be (diff)
downloadgnunet-a0a00bf29253a9af1fdec7ccd9dda4d7f46a0ff8.tar.gz
gnunet-a0a00bf29253a9af1fdec7ccd9dda4d7f46a0ff8.zip
diags
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODO b/TODO
index 912b60b62..5a8a6f23c 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,17 @@
1PHASE #1: (Goal: settle key design questions) 1PHASE #1: (Goal: settle key design questions)
2 2
3TRANSPORT: 3TRANSPORT:
4* testcase fails the first time when run with fresh /tmp\ 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...
5 15
6Util: 16Util:
7* improve disk API [Nils] (Nils, is this done? -Christian) 17* improve disk API [Nils] (Nils, is this done? -Christian)