[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/release-0.2.2 095/162] Document hs dht min uptime change in privnets
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Mon, 8 Nov 2010 08:34:03 +0100
Subject: Document hs dht min uptime change in privnets
Commit: 6bde512edce7e7bbf2b4246212d05dbbe8cf8da2
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2
defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a
changes file.
---
changes/minuptimehs | 3 +++
doc/tor.1.txt | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 changes/minuptimehs
diff --git a/changes/minuptimehs b/changes/minuptimehs
new file mode 100644
index 0000000..d7474d2
--- /dev/null
+++ b/changes/minuptimehs
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Make hidden services work better in private networks by not requiring
+ any uptime to join the dht. Implements ticket 2088.
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 29e49e8..f7cccb5 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
--
1.7.1