diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-04 20:23:46 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-04 20:23:46 -0400 |
commit | de6a538b9c4d32c60031b7e15b6ece9fdeab7689 (patch) | |
tree | ddff3bc96cc073c367acab2114624fbfc144ab61 | |
parent | 031da8dd34bf494fc53e67e3b21831571a1ec5ea (diff) | |
download | tor-de6a538b9c4d32c60031b7e15b6ece9fdeab7689.tar.gz tor-de6a538b9c4d32c60031b7e15b6ece9fdeab7689.zip |
one more already-merged changes file
-rw-r--r-- | changes/bug6743 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/bug6743 b/changes/bug6743 deleted file mode 100644 index 6ec78f853a..0000000000 --- a/changes/bug6743 +++ /dev/null @@ -1,9 +0,0 @@ - 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. - |