diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-10-28 07:47:47 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-12-17 09:15:06 +0100 |
commit | d38268a8c7328a9f95beb76442f159bf27211271 (patch) | |
tree | aed61cda6451c2504d05709b7cbe60bba41d5a84 /doc | |
parent | 62c2a5a8838ac8eb97ab967e10e7a1e99d761d94 (diff) | |
download | tor-d38268a8c7328a9f95beb76442f159bf27211271.tar.gz tor-d38268a8c7328a9f95beb76442f159bf27211271.zip |
Remove v0 hidden service statistics code.
The HSAuthorityRecordStats option was used to track statistics of overall
hidden service usage on the version 0 hidden service authorities. With the
version 2 hidden service directories being deployed and version 0
descriptors being phased out, these statistics are not as useful anymore.
Goodbye, you fine piece of software; my first major code contribution to
Tor.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index b5f529a3fb..184de7ae6a 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -1197,12 +1197,6 @@ When this option is set in addition to \fBAuthoritativeDirectory\fP, Tor also accepts and serves hidden service descriptors. (Default: 0) .LP .TP -\fBHSAuthorityRecordStats \fR\fB0\fR|\fB1\fR\fP -When this option is set in addition to \fBHSAuthoritativeDir\fP, Tor -periodically (every 15 minutes) writes statistics about hidden service -usage to a file \fBhsusage\fP in its data directory. (Default: 0) -.LP -.TP \fBHidServDirectoryV2 \fR\fB0\fR|\fB1\fR\fP When this option is set, Tor accepts and serves v2 hidden service descriptors. Setting DirPort is not required for this, because clients |