commit 2fa297644ed433816ef9d44930f439eb6764109f Author: teor teor2345@gmail.com Date: Thu Aug 18 15:17:08 2016 +1000
Make hs-min strict again
Reverts the hs-min template part of aad2203 Don't burn through a client's HSDirs too fast in hs-min but keep the slower retry speeds. --- networks/hs-min | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/networks/hs-min b/networks/hs-min index 73873a8..bb48287 100644 --- a/networks/hs-min +++ b/networks/hs-min @@ -11,9 +11,7 @@ HS = Node(tag="h", hs=1, torrc="hs.tmpl") # connections: # a minimum path length of 3, plus the client-nominated rendezvous point, # plus a seperate introduction point -# But we use 6 HSDirs: when the hidden service is not up, the client fails to -# find the descriptor at the first 3-5 HSDirs -NODES = Authority.getN(3) + NonExitRelay.getN(3) + \ +NODES = Authority.getN(2) + NonExitRelay.getN(3) + \ Client.getN(1) + HS.getN(1)
ConfigureNodes(NODES)
tor-commits@lists.torproject.org