diff options
author | Roger Dingledine <arma@torproject.org> | 2009-10-01 04:15:45 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-10-01 04:15:45 -0400 |
commit | 9325b9269cbfce462c831d356059c1932e09f3d3 (patch) | |
tree | 880c98d221f2bded39ffef0efc5b47fa33e13c40 /ChangeLog | |
parent | b9e8f0a0132d52fc62889a07e17a7e67abc251a1 (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |