diff options
author | teor <teor2345@gmail.com> | 2016-09-06 15:58:30 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-13 10:13:56 -0400 |
commit | 0285f4f34d72b2b77f36fd55fa46216f6b54efc4 (patch) | |
tree | c4b24dd434bbdc3039794cc0a64253f9b2e721f3 /changes | |
parent | 3e4a401ead701750218146edde939ef74ce8a5d0 (diff) | |
download | tor-0285f4f34d72b2b77f36fd55fa46216f6b54efc4.tar.gz tor-0285f4f34d72b2b77f36fd55fa46216f6b54efc4.zip |
Use CircuitBuildTimeout whenever circuit_build_times_disabled is true
Previously, we checked LearnCircuitBuildTimeout directly.
Fixes bug #20073 in commit 5b0b51ca3 on tor 0.2.4.12-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature17178 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature17178 b/changes/feature17178 index 2bd2049bc5..df6aae3ced 100644 --- a/changes/feature17178 +++ b/changes/feature17178 @@ -18,3 +18,6 @@ - Prevent Tor2web clients running hidden services, these services are not anonymous due to the one-hop client paths. Fixes bug #19678. Patch by teor. + o Minor bug fixes (circuits): + - Use CircuitBuildTimeout whenever LearnCircuitBuildTimeout is disabled. + Fixes bug #19678 in commit 5b0b51ca3 in 0.2.4.12-alpha. Patch by teor. |