gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8702 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r8702 - gnunet
Date: Wed, 15 Jul 2009 17:43:40 -0600

Author: grothoff
Date: 2009-07-15 17:43:40 -0600 (Wed, 15 Jul 2009)
New Revision: 8702

Modified:
   gnunet/TODO
Log:
docu

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2009-07-15 23:43:00 UTC (rev 8701)
+++ gnunet/TODO 2009-07-15 23:43:40 UTC (rev 8702)
@@ -1,16 +1,19 @@
 PHASE #1: (Goal: settle key design questions)
 
 TRANSPORT:
-* testcase currently fails; primary cause is that HELLO validation
-  fails (again).  I suspect that what is going on is that the
-  first connection attempt (which fails because HELLOs are not yet 
-  validated) causes a 'disconnect' (intentionally, to trigger 
-  another round of TRY_CONNECT 750ms later) which as a side-effect
-  somehow kills HELLO validation (at least that's my best guess;
-  somewhere someone somehow manages to close the HELLO-validation
-  connections before they have a chance to succeed with the PING
-  PONG game...)
+* Make sure that the service does not go bezerk
+  on all plugins and all sessions on disconnects,
+  specifically, whenever disconnect_neighbour is called.
+  (We may have other sessions, in particular through other transports,
+   that are active for the same peer; clearly we should
+   not immediately discard all messages and stop all
+   plugins); the call is fine in the various places where it is; but except in 
the
+   timeout case, we should check the status of the other plugins before 
killing all.
 
+* "Another peer saw us using..." messages for TCP
+  use the (random, high) sender port instead of the
+  adjusted port; this will be confusing to users...
+
 Util:
 * improve disk API [Nils] (Nils, is this done? -Christian)
 * Windows: use events instead of pipes to signal select()s [Nils]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]