diff options
author | teor <teor@torproject.org> | 2019-01-08 18:21:10 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-01-08 18:21:10 +1000 |
commit | 85c598cbc2d4ca1a7c729864002b5b222980ce19 (patch) | |
tree | ccc194275e00fc9c1c5d6dc27c9d1cca405a7ea0 /doc | |
parent | b5fdb91adaad7fd863856ad505665908bd24ea15 (diff) | |
download | tor-85c598cbc2d4ca1a7c729864002b5b222980ce19.tar.gz tor-85c598cbc2d4ca1a7c729864002b5b222980ce19.zip |
stats: Make PaddingStatistics depend on ExtraInfoStatistics
When ExtraInfoStatistics is 0, stop including PaddingStatistics in
relay and bridge extra-info documents.
Fixes bug 29017; bugfix on 0.3.1.1-alpha.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index c089bffbb0..790ac6f6ae 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2266,7 +2266,7 @@ is non-zero): extra-info document. (Default: 0) [[PaddingStatistics]] **PaddingStatistics** **0**|**1**:: - Relays only. + Relays and bridges only. When this option is enabled, Tor collects statistics for padding cells sent and received by this relay, in addition to total cell counts. These statistics are rounded, and omitted if traffic is low. This |