[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 4/7] Add ChangeLog entry and man page entry.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Sun, 15 Aug 2010 15:25:09 +0200
Subject: Add ChangeLog entry and man page entry.
Commit: 076a688d76f7acb3c2efc0efef6bdb621de9fefd
---
changes/enhancement1819 | 4 ++++
doc/tor.1.txt | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
create mode 100644 changes/enhancement1819
diff --git a/changes/enhancement1819 b/changes/enhancement1819
new file mode 100644
index 0000000..9a3f2af
--- /dev/null
+++ b/changes/enhancement1819
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Relays that set "ConnDirectionStatistics 1" write statistics on the
+ birectional use of connections to disk every 24 hours.
+
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 5ac249a..8949a6e 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1027,6 +1027,10 @@ 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**::
+ When this option is enabled, Tor writes statistics on the bidirectional use
+ of connections to disk every 24 hours. (Default: 0)
+
**ExtraInfoStatistics** **0**|**1**::
When this option is enabled, Tor includes previously gathered statistics in
its extra-info documents that it uploads to the directory authorities.
--
1.7.1