reduce max set key delay, exponential backoff anyhow but let there be 3 in a minute
authorNathan S. Evans <evans@in.tum.de>
Wed, 12 May 2010 14:17:29 +0000 (14:17 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 12 May 2010 14:17:29 +0000 (14:17 +0000)
src/core/gnunet-service-core.c

index afab2b0e0f8536d3f1783aa3d19d3e23fc0c9a3b..5022cfc1bebeb77f44df9e90095805f9ba65ff7f 100644 (file)
@@ -82,9 +82,9 @@
 #define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
 
 /**
- * What how long do we wait for SET_KEY confirmation initially?
+ * How long do we wait for SET_KEY confirmation initially?
  */
-#define INITIAL_SET_KEY_RETRY_FREQUENCY GNUNET_TIME_relative_multiply (MAX_SET_KEY_DELAY, 3)
+#define INITIAL_SET_KEY_RETRY_FREQUENCY GNUNET_TIME_relative_multiply (MAX_SET_KEY_DELAY, 1)
 
 /**
  * What is the maximum delay for a PING message?