gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9421 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r9421 - gnunet
Date: Sun, 8 Nov 2009 10:36:54 -0700

Author: grothoff
Date: 2009-11-08 10:36:54 -0700 (Sun, 08 Nov 2009)
New Revision: 9421

Modified:
   gnunet/BUGS
Log:
update

Modified: gnunet/BUGS
===================================================================
--- gnunet/BUGS 2009-11-08 17:35:40 UTC (rev 9420)
+++ gnunet/BUGS 2009-11-08 17:36:54 UTC (rev 9421)
@@ -2,21 +2,27 @@
 We are not tracking them in Mantis yet since there are too many and no
 sane end-user should care about this codebase yet anyway.
 
+
 * TESTING:
   - connection.c:553 fails when "make check" is run!
     (check if this could be memory corruption).
 
 
 * UTIL:
+  - API-DESIGN: network/connection/client/server: need to communicate
+    scheduler's "reason" code for failures to callbacks of the kind
+    used by the notify_transmit_ready-family: shutdown and timeout
+    may require entirely different actions, and currently we  
+    cannot tell the difference! [need 4th argument!]
   - container_bloomfilter: improve efficiency (see FIXME)
+  - server: inefficient memmove
+  - client: should do exponential back-off (starting at 1ms,
+    bounded by 1s) when connection failed (in addition to
+    half-time-to-deadline retry at the end)
   - Windows: use events instead of pipes to signal select()s [Nils]
   - only connect() sockets that are ready (select()) [Nils]
     [On W32, we need to select after calling socket before
      doing connect etc.]
-  - server: inefficient memmove
-  - client: should do exponential back-off (starting at 1ms,
-    bounded by 1s) when connection failed (in addition to
-    half-time-to-deadline retry at the end)
 * TRANSPORT:
   - transport_api: support forcing disconnects through low quotas!
     (required for working F2F support!)





reply via email to

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