summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-17 18:53:15 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-17 18:53:15 +0000
commitd43f43f5c9453ebeaaab8704e5b1b8a1f1b67114 (patch)
tree5a1a71e06c816589b94fa85c3d3789742525bfde /doc
parent4556e8641919997ee102d066dd173a15da3bdff5 (diff)
Stats can be sorted by latency rather than nick
Diffstat (limited to 'doc')
-rw-r--r--doc/pingd.conf.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod
index 6e12158..4af2575 100644
--- a/doc/pingd.conf.pod
+++ b/doc/pingd.conf.pod
@@ -200,6 +200,16 @@ Collect Thesaurus data and build Thesaurus' Index.
Default: 'thesaurus' => 1,
Example: 'thesaurus' => 0,
+=item B<stats_sort_by_latency>
+
+In statistics output remailers are sorted by reliability as the primary key.
+The secondary key usually is nickname. If you prefer to sort by latency rather
+than nick set this to 1 (-1 if you want to reverse the order).
+
+ Default: 'stats_sort_by_latency' => 0,
+ Example: 'stats_sort_by_latency' => 1,
+
+
=back