aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-14 23:02:30 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-14 23:02:30 +0000
commit1d6378f763a35224e22ad49b71a1373252dd1120 (patch)
tree751aac3ab0ebd5a2cc1c21cf9a691fca4679e436 /TODO
parentb398b36f59f3f0057c2c8fc42a475216bae152da (diff)
downloadgnunet-1d6378f763a35224e22ad49b71a1373252dd1120.tar.gz
gnunet-1d6378f763a35224e22ad49b71a1373252dd1120.zip
notes
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3bc60b061..6c74ea58e 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,16 @@
1PHASE #1: (Goal: settle key design questions) 1PHASE #1: (Goal: settle key design questions)
2 2
3TRANSPORT:
4* testcase currently fails; primary cause is that HELLO validation
5 fails (again). I suspect that what is going on is that the
6 first connection attempt (which fails because HELLOs are not yet
7 validated) causes a 'disconnect' (intentionally, to trigger
8 another round of TRY_CONNECT 750ms later) which as a side-effect
9 somehow kills HELLO validation (at least that's my best guess;
10 somewhere someone somehow manages to close the HELLO-validation
11 connections before they have a chance to succeed with the PING
12 PONG game...)
13
3Util: 14Util:
4* improve disk API [Nils] (Nils, is this done? -Christian) 15* improve disk API [Nils] (Nils, is this done? -Christian)
5* Windows: use events instead of pipes to signal select()s [Nils] 16* Windows: use events instead of pipes to signal select()s [Nils]