aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2015-01-10 22:20:29 +1100
committerteor <teor2345@gmail.com>2015-01-10 22:34:29 +1100
commitac2f90ed001f168459afce8d137fe5e43baa173f (patch)
treef46e062f36bf61527f78e34377b88a2f79359831 /changes
parentf9d57473e1ff34f1ec56c62dd9ea138ceec42d6f (diff)
downloadtor-ac2f90ed001f168459afce8d137fe5e43baa173f.tar.gz
tor-ac2f90ed001f168459afce8d137fe5e43baa173f.zip
Speed up hidden service bootstrap by reducing the initial post delay
Drop the MIN_REND_INITIAL_POST_DELAY on a testing network to 5 seconds, but keep the default at 30 seconds. Reduces the hidden service bootstrap to 25 seconds from around 45 seconds. Change the default src/test/test-network.sh delay to 25 seconds. Closes ticket 13401.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug134017
1 files changed, 5 insertions, 2 deletions
diff --git a/changes/bug13401 b/changes/bug13401
index 44be0851dd..e2834a09d3 100644
--- a/changes/bug13401
+++ b/changes/bug13401
@@ -1,4 +1,7 @@
o Minor features (testing networks):
- Drop the minimum RendPostPeriod on a testing network to 5 seconds,
- and the default to 2 minutes. Closes ticket 13401.
-
+ and the default to 2 minutes. Closes ticket 13401. Patch by "nickm".
+ - Drop the MIN_REND_INITIAL_POST_DELAY on a testing network to 5 seconds,
+ but keep the default at 30 seconds. This reduces HS bootstrap time to
+ around 25 seconds. Change src/test/test-network.sh default time to match.
+ Closes ticket 13401. Patch by "teor".