aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-03 12:17:43 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-03 12:17:43 +0000
commit9efe0ce2c8b51f34b815e34d5f73fc180639581f (patch)
tree3fd6391fb5d4dd8ed9785f7f6e21d5d913c8eaa4 /TODO
parent5c70edfcef3121b1523f9cc39d9f0a1c94b0166e (diff)
downloadgnunet-9efe0ce2c8b51f34b815e34d5f73fc180639581f.tar.gz
gnunet-9efe0ce2c8b51f34b815e34d5f73fc180639581f.zip
mysql plugin compiles now -- not complete
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index e36fa0152..b3a85bf4f 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,8 @@
3 - only connect() sockets that are ready (select()) [Nils] 3 - only connect() sockets that are ready (select()) [Nils]
4 [On W32, we need to select after calling socket before doing connect etc.] 4 [On W32, we need to select after calling socket before doing connect etc.]
5* CORE: 5* CORE:
6 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
7 (transport notified us that we connected to ourselves!!!)
6 - transport-level disconnect (i.e. TCP) does not cause core-level 8 - transport-level disconnect (i.e. TCP) does not cause core-level
7 disconnect in a timely fashion (waits for connection timeout); 9 disconnect in a timely fashion (waits for connection timeout);
8 need to figure a way to make it near-instant in those cases 10 need to figure a way to make it near-instant in those cases