diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-11-08 08:34:03 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-11-10 15:48:26 +0100 |
commit | 6bde512edce7e7bbf2b4246212d05dbbe8cf8da2 (patch) | |
tree | aa0505a8330d35e44b146a98c960d5e08ed556ce /doc/tor.1.txt | |
parent | bae80eef4b5be05225e702e660831caf0a55bec5 (diff) | |
download | tor-6bde512edce7e7bbf2b4246212d05dbbe8cf8da2.tar.gz tor-6bde512edce7e7bbf2b4246212d05dbbe8cf8da2.zip |
Document hs dht min uptime change in privnets
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2
defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a
changes file.
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 29e49e8d4b..f7cccb5215 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1267,6 +1267,7 @@ The following options are used for running a testing Tor network. V3AuthVotingInterval 5 minutes V3AuthVoteDelay 20 seconds V3AuthDistDelay 20 seconds + MinUptimeHidServDirectoryV2 0 seconds TestingV3AuthInitialVotingInterval 5 minutes TestingV3AuthInitialVoteDelay 20 seconds TestingV3AuthInitialDistDelay 20 seconds |