aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 22:01:23 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 22:01:23 +0000
commit8ccc246e6c8c9ea8bc2fdd5bf50d027a13547e38 (patch)
tree8d6879a337cd7e8e08ac29a49145bde6b43f2ded /src/topology/gnunet-daemon-topology.c
parent8dfd7bda2f139e2dac27e804167eedc3d227453e (diff)
downloadgnunet-8ccc246e6c8c9ea8bc2fdd5bf50d027a13547e38.tar.gz
gnunet-8ccc246e6c8c9ea8bc2fdd5bf50d027a13547e38.zip
retry faster
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c2
1 files changed, 1 insertions, 1 deletions
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 @@
59 * For how long do we blacklist anyone under any cirumstances after a failed connection 59 * For how long do we blacklist anyone under any cirumstances after a failed connection
60 * attempt? 60 * attempt?
61 */ 61 */
62#define GREYLIST_AFTER_ATTEMPT_MAX GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 18) 62#define GREYLIST_AFTER_ATTEMPT_MAX GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_HOURS, 1)
63 63
64/** 64/**
65 * How often do we at most advertise any HELLO to a peer? 65 * How often do we at most advertise any HELLO to a peer?