diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-02-14 05:14:43 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-02-14 05:14:43 +0000 |
commit | dbd4e374282c050f16bdc4aea0eb7c2972a5087c (patch) | |
tree | b2cb3398f41dec4fd94a6444113f920bd1c0aa22 /Echolot/Config.pm | |
parent | d18c8194f5076f742a0ee74fc1c68c43efb5000a (diff) |
Have chainpinger_interval and chainping_every_nth_time
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index cd5412c..4138472 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.47 2003/02/14 05:03:15 weasel Exp $ +# $Id: Config.pm,v 1.48 2003/02/14 05:14:43 weasel Exp $ # =pod @@ -97,6 +97,9 @@ sub init($) { pinger_interval => 5*60, # send out pings every 5 minutes ping_every_nth_time => 48, # send out pings to the same remailer every 48 calls, i.e. every 4 hours + chainpinger_interval => 5*60, # send out pings every 5 minutes + chainping_every_nth_time => 810, # send out pings to the same chain every 810 calls, i.e. every 3 days + addresses_default_ttl => 5, # getkeyconf seconds (days) check_resurrection_ttl => 8, # check_resurrection seconds (weeks) prospective_addresses_ttl => 5*24*60*60, # 5 days |