aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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