gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16186 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r16186 - gnunet/src/arm
Date: Mon, 25 Jul 2011 20:05:14 +0200

Author: nevans
Date: 2011-07-25 20:05:14 +0200 (Mon, 25 Jul 2011)
New Revision: 16186

Modified:
   gnunet/src/arm/gnunet-arm.c
Log:
timeout too short... adaptive? backoff?

Modified: gnunet/src/arm/gnunet-arm.c
===================================================================
--- gnunet/src/arm/gnunet-arm.c 2011-07-25 17:52:44 UTC (rev 16185)
+++ gnunet/src/arm/gnunet-arm.c 2011-07-25 18:05:14 UTC (rev 16186)
@@ -46,7 +46,7 @@
  * (by checking if running before starting, so really this time is always 
waited on
  * startup (annoying)).
  */
-#define START_TIMEOUT GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_MILLISECONDS, 50)
+#define START_TIMEOUT GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_MILLISECONDS, 1000)
 
 /**
  * Timeout for starting services, very short because of the strange way start 
works




reply via email to

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