gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9459 - in gnunet: . src/testing src/topology


From: gnunet
Subject: [GNUnet-SVN] r9459 - in gnunet: . src/testing src/topology
Date: Tue, 10 Nov 2009 13:45:49 -0700

Author: grothoff
Date: 2009-11-10 13:45:49 -0700 (Tue, 10 Nov 2009)
New Revision: 9459

Modified:
   gnunet/BUGS
   gnunet/src/testing/test_testing.c
   gnunet/src/testing/test_testing_connect_peer1.conf
   gnunet/src/testing/test_testing_connect_peer2.conf
   gnunet/src/topology/test_gnunet_service_topology.c
Log:
update

Modified: gnunet/BUGS
===================================================================
--- gnunet/BUGS 2009-11-10 20:44:32 UTC (rev 9458)
+++ gnunet/BUGS 2009-11-10 20:45:49 UTC (rev 9459)
@@ -9,16 +9,8 @@
 
 
 * 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

Modified: gnunet/src/testing/test_testing.c
===================================================================
--- gnunet/src/testing/test_testing.c   2009-11-10 20:44:32 UTC (rev 9458)
+++ gnunet/src/testing/test_testing.c   2009-11-10 20:45:49 UTC (rev 9459)
@@ -110,7 +110,7 @@
 #endif
                     NULL);
   ret = check ();
-  sleep (1);
+  sleep (1); /* FIXME: make this unnecessary */
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-testing");
   return ret;
 }

Modified: gnunet/src/testing/test_testing_connect_peer1.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer1.conf  2009-11-10 20:44:32 UTC 
(rev 9458)
+++ gnunet/src/testing/test_testing_connect_peer1.conf  2009-11-10 20:45:49 UTC 
(rev 9459)
@@ -17,7 +17,7 @@
 PORT = 12566
 HOSTNAME = localhost
 DEFAULTSERVICES = peerinfo transport core
-DEBUG = YES
+#DEBUG = YES
 
 [statistics]
 PORT = 12567
@@ -33,7 +33,7 @@
 [core]
 PORT = 12570
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES

Modified: gnunet/src/testing/test_testing_connect_peer2.conf
===================================================================
--- gnunet/src/testing/test_testing_connect_peer2.conf  2009-11-10 20:44:32 UTC 
(rev 9458)
+++ gnunet/src/testing/test_testing_connect_peer2.conf  2009-11-10 20:45:49 UTC 
(rev 9459)
@@ -17,7 +17,7 @@
 PORT = 22566
 DEFAULTSERVICES = peerinfo transport core
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [statistics]
 PORT = 22567
@@ -33,7 +33,7 @@
 [core]
 PORT = 22570
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES

Modified: gnunet/src/topology/test_gnunet_service_topology.c
===================================================================
--- gnunet/src/topology/test_gnunet_service_topology.c  2009-11-10 20:44:32 UTC 
(rev 9458)
+++ gnunet/src/topology/test_gnunet_service_topology.c  2009-11-10 20:45:49 UTC 
(rev 9459)
@@ -155,7 +155,7 @@
 #endif
                     NULL);
   ret = check ();
-  sleep (1);
+  sleep (1); /* FIXME: needed? */
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-topology");
   return ret;
 }





reply via email to

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