gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12457 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r12457 - gnunet/src/testing
Date: Wed, 4 Aug 2010 09:54:23 +0200

Author: nevans
Date: 2010-08-04 09:54:23 +0200 (Wed, 04 Aug 2010)
New Revision: 12457

Modified:
   gnunet/src/testing/testing_group.c
Log:
bug

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2010-08-04 07:53:13 UTC (rev 12456)
+++ gnunet/src/testing/testing_group.c  2010-08-04 07:54:23 UTC (rev 12457)
@@ -49,7 +49,7 @@
  */
 #define HIGH_PORT 56000
 
-#define MAX_OUTSTANDING_CONNECTIONS 50
+#define MAX_OUTSTANDING_CONNECTIONS 10
 
 #define MAX_CONCURRENT_HOSTKEYS 16
 
@@ -2795,7 +2795,7 @@
           GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                       _("Delaying connect, we have too many outstanding 
connections!\n"));
 #endif
-      GNUNET_SCHEDULER_add_delayed(core_context->daemon->sched, 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 100), 
&schedule_connect, core_context);
+      GNUNET_SCHEDULER_add_delayed(core_context->daemon->sched, 
GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS, 100), 
&schedule_get_topology, core_context);
     }
   else
     {




reply via email to

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