From: Christian Grothoff Date: Thu, 23 Dec 2010 22:01:23 +0000 (+0000) Subject: retry faster X-Git-Tag: initial-import-from-subversion-38251~19396 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ccc246e6c8c9ea8bc2fdd5bf50d027a13547e38;p=oweals%2Fgnunet.git retry faster --- diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 7a3743866..08b1ba1c3 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -59,7 +59,7 @@ * For how long do we blacklist anyone under any cirumstances after a failed connection * attempt? */ -#define GREYLIST_AFTER_ATTEMPT_MAX GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 18) +#define GREYLIST_AFTER_ATTEMPT_MAX GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 1) /** * How often do we at most advertise any HELLO to a peer?