update
authorChristian Grothoff <christian@grothoff.org>
Tue, 10 Nov 2009 20:45:49 +0000 (20:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 10 Nov 2009 20:45:49 +0000 (20:45 +0000)
BUGS
src/testing/test_testing.c
src/testing/test_testing_connect_peer1.conf
src/testing/test_testing_connect_peer2.conf
src/topology/test_gnunet_service_topology.c

diff --git a/BUGS b/BUGS
index 1145ea62663ff7f7dd2e681c81ed865512f07835..c8b9a12d5c2e4ba6e00c13ffb3dc184552e73951 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -9,16 +9,8 @@ sane end-user should care about this codebase yet anyway.
 
 
 * 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
index f56ebe2c0e2e5dd63f423efd82d9478ee60b775e..1a52f3681818ae4c3ffcec240414cbc259bc9fe5 100644 (file)
@@ -110,7 +110,7 @@ main (int argc, char *argv[])
 #endif
                     NULL);
   ret = check ();
-  sleep (1);
+  sleep (1); /* FIXME: make this unnecessary */
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing");
   return ret;
 }
index 32ddbfc4ddf61678ba188b350647bb5b261bf776..221fe2f7a183ef5e246c6f33fb6548d37b502db6 100644 (file)
@@ -17,7 +17,7 @@ PLUGINS = tcp
 PORT = 12566
 HOSTNAME = localhost
 DEFAULTSERVICES = peerinfo transport core
-DEBUG = YES
+#DEBUG = YES
 
 [statistics]
 PORT = 12567
@@ -33,7 +33,7 @@ HOSTNAME = localhost
 [core]
 PORT = 12570
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES
index a152ff237a032f40ebcf1be5eef54feefd9e0d14..d64db475a0a3366fb61f6e94a1d89bdc57ef32e1 100644 (file)
@@ -17,7 +17,7 @@ PLUGINS = tcp
 PORT = 22566
 DEFAULTSERVICES = peerinfo transport core
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [statistics]
 PORT = 22567
@@ -33,7 +33,7 @@ HOSTNAME = localhost
 [core]
 PORT = 22570
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES
index 130f406295d26cc4d0160432b0eae80bcc69492a..c05d1f5c033d7694f7cefa3490df639547b79853 100644 (file)
@@ -155,7 +155,7 @@ main (int argc, char *argv[])
 #endif
                     NULL);
   ret = check ();
-  sleep (1);
+  sleep (1); /* FIXME: needed? */
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-topology");
   return ret;
 }