summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-10-01 04:15:45 -0400
committerRoger Dingledine <arma@torproject.org>2009-10-01 04:15:45 -0400
commit9325b9269cbfce462c831d356059c1932e09f3d3 (patch)
tree880c98d221f2bded39ffef0efc5b47fa33e13c40 /ChangeLog
parentb9e8f0a0132d52fc62889a07e17a7e67abc251a1 (diff)
downloadtor-9325b9269cbfce462c831d356059c1932e09f3d3.tar.gz
tor-9325b9269cbfce462c831d356059c1932e09f3d3.zip
Ignore one-hop circuits for circuit timeout calc
Don't count one-hop circuits when we're estimating how long it takes circuits to build on average. Otherwise we'll set our circuit build timeout lower than we should. Bugfix on 0.2.2.2-alpha.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a411ec34..d0d354c60f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,10 @@ Changes in version 0.2.2.4-alpha - 2009-??-??
circuit_build_times_parse_state. Bugfix on 0.2.2.2-alpha.
- Make it explicit that we can't overflow in
connection_ap_handshake_send_resolve. Bugfix on 0.0.7.1-1.
+ - Don't count one-hop circuits when we're estimating how long it
+ takes circuits to build on average. Otherwise we'll set our circuit
+ build timeout lower than we should. Bugfix on 0.2.2.2-alpha.
+
Changes in version 0.2.2.3-alpha - 2009-09-23
o Major bugfixes: