summaryrefslogtreecommitdiff
path: root/Echolot/Config.pm
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-02-28 18:02:31 +0000
committerPeter Palfrader <peter@palfrader.org>2003-02-28 18:02:31 +0000
commitc8870e1233f5312561b50997ee693ac2a4be58bb (patch)
treef3fda62cec22c837e66dcc229269e8da6b799654 /Echolot/Config.pm
parent1f8f0f17e48297aceb1fb5255139b9be8cc7b62d (diff)
Summarize bad chains (i.e. have (foo *) if needed)
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r--Echolot/Config.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index c64f295..6b1be41 100644
--- a/Echolot/Config.pm
+++ b/Echolot/Config.pm
@@ -1,7 +1,7 @@
package Echolot::Config;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Config.pm,v 1.61 2003/02/20 19:39:03 weasel Exp $
+# $Id: Config.pm,v 1.62 2003/02/28 18:02:31 weasel Exp $
#
=pod
@@ -111,6 +111,7 @@ sub init($) {
chainping_grace => 1.5, # don't count pings sent no longer than 1.5 * (lat1 + lat2) ago
chainping_update => 4*60*60, # chain stats should never be older than 4 hours
chainping_minsample => 3, # have at least sent 3 pings before judging any chain
+ chainping_allbad_factor => 0.5, # at least 50% of possible chains (A x) need to fail for (A *) to be listed in broken chains
addresses_default_ttl => 5, # getkeyconf seconds (days)
check_resurrection_ttl => 8, # check_resurrection seconds (weeks)