diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-04 18:34:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-04 18:34:39 -0400 |
commit | 4d87919ba649790a2a6c446d112dd2a8ad34862d (patch) | |
tree | ad01a5365b8b92435391e17eb08698addde2b791 /changes | |
parent | d7a646edcfbceaab412bc1558ec83a3551c2c8a4 (diff) | |
parent | acfd487e7dbf5fa1408a2bba7afff54bc7d0118e (diff) | |
download | tor-4d87919ba649790a2a6c446d112dd2a8ad34862d.tar.gz tor-4d87919ba649790a2a6c446d112dd2a8ad34862d.zip |
Merge remote-tracking branch 'origin/maint-0.2.3'
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 0000000000..6ec78f853a --- /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. + |