diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-01 01:25:17 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-01 01:25:17 -0400 |
commit | eb3d0796677b5d37f27caf8b11d2a2e2c18e5674 (patch) | |
tree | e9b6a0c91730a7368e63c6622db4791f7ff3fa89 /changes | |
parent | b17bb543dab3e34f5076649707bc74d5d3bd62fd (diff) | |
download | tor-eb3d0796677b5d37f27caf8b11d2a2e2c18e5674.tar tor-eb3d0796677b5d37f27caf8b11d2a2e2c18e5674.tar.gz |
Make begindir_cutoff the same as general_cutoff
Allow one-hop directory fetching circuits the full "circuit build timeout"
period, rather than just half of it, before failing them and marking
the relay down. This fix should help reduce cases where clients declare
relays (or worse, bridges) unreachable because the TLS handshake takes
a few seconds to complete.
Fixes bug 6743 (one piece of bug 3443); bugfix on 0.2.2.2-alpha, where
we changed the timeout from a static 30 seconds.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6743 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug6743 b/changes/bug6743 new file mode 100644 index 000000000..6ec78f853 --- /dev/null +++ b/changes/bug6743 @@ -0,0 +1,9 @@ + o Minor bugfixes: + - Allow one-hop directory fetching circuits the full "circuit build + timeout" period, rather than just half of it, before failing them + and marking the relay down. This fix should help reduce cases where + clients declare relays (or worse, bridges) unreachable because + the TLS handshake takes a few seconds to complete. Fixes bug 6743; + bugfix on 0.2.2.2-alpha, where we changed the timeout from a static + 30 seconds. + |