]> git.ipfire.org Git - thirdparty/tor.git/commit
Speed up hidden service bootstrap by reducing the initial post delay
authorteor <teor2345@gmail.com>
Sat, 10 Jan 2015 11:20:29 +0000 (22:20 +1100)
committerteor <teor2345@gmail.com>
Sat, 10 Jan 2015 11:34:29 +0000 (22:34 +1100)
commitac2f90ed001f168459afce8d137fe5e43baa173f
treef46e062f36bf61527f78e34377b88a2f79359831
parentf9d57473e1ff34f1ec56c62dd9ea138ceec42d6f
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.
changes/bug13401
src/or/rendservice.c
src/test/test-network.sh