commit 4f7b24b30abbb8af4cd83bdf171e6f8ea25b18ca Author: David Fifield david@bamsoftware.com Date: Thu Jan 23 11:30:12 2014 -0800
Remove LearnCircuitBuildTimeout and CircuitBuildTimeout from torrc.
These are no longer necessary since #3443 was fixed ("Client with low CBT can't establish any circuits"). My hourly tests don't show an increase in failures without these options set. They had already been removed from the PT build in tor-browser-bundle.git. --- torrc | 2 -- 1 file changed, 2 deletions(-)
diff --git a/torrc b/torrc index 4a66162..b8a2439 100644 --- a/torrc +++ b/torrc @@ -5,8 +5,6 @@ UseBridges 1 # The address and port are ignored by the client transport plugin. Bridge flashproxy 0.0.1.0:1 -LearnCircuitBuildTimeout 0 -CircuitBuildTimeout 60 # Change the second number here (9000) to the number of a port that can # receive connections from the Internet (the port for which you # configured port forwarding).