summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-09-29 23:52:18 -0400
committerRoger Dingledine <arma@torproject.org>2010-09-29 23:52:18 -0400
commit3cbe463e964d71b401e11b29dc356bf6ef855f7f (patch)
tree861c423a9555f39dcc14e661eed27bf36d1a9a44 /changes
parent48cd096276590e40540bc255b2610931351b14cb (diff)
parentf2aa8f08cb6a5a258eadf05ca157ec43b975706a (diff)
downloadtor-3cbe463e964d71b401e11b29dc356bf6ef855f7f.tar.gz
tor-3cbe463e964d71b401e11b29dc356bf6ef855f7f.zip
Merge branch 'bug1772' into maint-0.2.2
Diffstat (limited to 'changes')
-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