aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-12-23 22:01:23 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-12-23 22:01:23 +0000
commit4b0508411086c02e5c59e9a0c6d266c43afe1e98 (patch)
tree8d6879a337cd7e8e08ac29a49145bde6b43f2ded /src/topology
parent22fa806edb4380716f29f1e9db444cb493913aea (diff)
retry faster
git-svn-id: https://gnunet.org/svn/gnunet@14064 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/topology')
-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 7a37438665..08b1ba1c3c 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?