diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-08-24 08:11:17 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-12-03 16:47:53 +0100 |
commit | 8db10c6d2fb0dc632f3bfdcc4a9acc5e3c7ad515 (patch) | |
tree | cb4c61bb6a325c6ef35e2dfe6966b9a2456cca9c /doc/tor.1.txt | |
parent | 91fec693e01cf5ef77fddca48ed4c0ba4fcd0d1a (diff) | |
download | tor-8db10c6d2fb0dc632f3bfdcc4a9acc5e3c7ad515.tar.gz tor-8db10c6d2fb0dc632f3bfdcc4a9acc5e3c7ad515.zip |
Write bidirectional connection stats in single line.
There's no need to have a separate line conn-stats-end for the end date
and interval length with only a single line conn-bi-direct following.
Diffstat (limited to 'doc/tor.1.txt')
-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 8949a6ea5a..cfd514292d 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1027,7 +1027,7 @@ is non-zero): When this option is enabled, Tor writes statistics on the number of relayed bytes and opened stream per exit port to disk every 24 hours. (Default: 0) -**ConnDirectionStats** **0**|**1**:: +**ConnDirectionStatistics** **0**|**1**:: When this option is enabled, Tor writes statistics on the bidirectional use of connections to disk every 24 hours. (Default: 0) |