summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2010-09-29 09:15:08 -0700
committerMike Perry <mikeperry-git@fscked.org>2010-09-29 11:49:43 -0700
commitf1b0e4e4b4d238595b1694df201e995bee235960 (patch)
tree73eaab63f541e79e1f40e8f1d42aac11f60ae01b
parent4324bb1b213613b9fc304054ea31aecf50773ba3 (diff)
downloadtor-f1b0e4e4b4d238595b1694df201e995bee235960.tar.gz
tor-f1b0e4e4b4d238595b1694df201e995bee235960.zip
Add changes file.
-rw-r--r--changes/bug177211
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug1772 b/changes/bug1772
new file mode 100644
index 0000000000..9a4f809ee2
--- /dev/null
+++ b/changes/bug1772
@@ -0,0 +1,11 @@
+ o Minor bugfixes:
+ - Simplify the logic that causes us to decide if the network is unavailable
+ for purposes of recording circuit build times. If we receive no cells
+ whatsoever for the entire duration of a circuit's full measured lifetime,
+ the network is probably down. This should hopefully reduce some of the
+ cases where we see ridiculous circuit build timeouts for people with spotty
+ wireless connections. Fixes bug 1772; bugfix on 0.2.2.2-alpha.
+ - Prevent the circuit build timeout from becoming larger than the maximum
+ build time we have ever seen. Also, prevent the measurement time period
+ from becoming larger than twice that value. Fixes bug 1772; bugfix on
+ 0.2.2.2-alpha