From: Nathan S. Evans Date: Wed, 12 May 2010 14:17:29 +0000 (+0000) Subject: reduce max set key delay, exponential backoff anyhow but let there be 3 in a minute X-Git-Tag: initial-import-from-subversion-38251~21727 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2ef5b0cba556ef26da59e5067f8e92506f4fffcf;p=oweals%2Fgnunet.git reduce max set key delay, exponential backoff anyhow but let there be 3 in a minute --- diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c index afab2b0e0..5022cfc1b 100644 --- a/src/core/gnunet-service-core.c +++ b/src/core/gnunet-service-core.c @@ -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?