[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11352 - gnunet/src/core
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11352 - gnunet/src/core |
Date: |
Wed, 12 May 2010 16:17:29 +0200 |
Author: nevans
Date: 2010-05-12 16:17:29 +0200 (Wed, 12 May 2010)
New Revision: 11352
Modified:
gnunet/src/core/gnunet-service-core.c
Log:
reduce max set key delay, exponential backoff anyhow but let there be 3 in a
minute
Modified: gnunet/src/core/gnunet-service-core.c
===================================================================
--- gnunet/src/core/gnunet-service-core.c 2010-05-12 13:00:04 UTC (rev
11351)
+++ gnunet/src/core/gnunet-service-core.c 2010-05-12 14:17:29 UTC (rev
11352)
@@ -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?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11352 - gnunet/src/core,
gnunet <=