diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-06-23 13:38:29 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-06-23 13:38:29 +0000 |
commit | 9ae3336f1ddca573896ea500e397e58a13c36908 (patch) | |
tree | f5285b089c13b4662faaec6daf8c5887c5788392 | |
parent | 4fa6511b9158fc75f10795fc94226630a221c216 (diff) |
document pings_weight
-rw-r--r-- | doc/pingd.conf.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 14293cd..cfa2d94 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -775,6 +775,18 @@ This means that in case of cpunk chain pings we prefer using cpunk-dsa over cpunk-rsa which in return we prefer to cpunk-clear. For mix there's only mix. +=item B<pings_weight> + +Not all pings have the same influence on the average reliability +calcluated. Very new pings don't count fully since there is some +margin of error. Similarly very old pings are not that interesting +either. + +By default days 1 to 4 count fully (with weight 1), the older they +are the less they count. + + Default: pings_weight => [ qw{0.5 1.0 1.0 1.0 1.0 0.9 0.8 0.5 0.3 0.2 0.2 0.1 } ], + =back =head2 TEMPLATES |