diff options
author | Roger Dingledine <arma@torproject.org> | 2012-12-24 04:01:44 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-12-24 04:01:44 -0500 |
commit | a1e2232ed10d52062e0c0fe34c45cf7f441b4e78 (patch) | |
tree | 1c387e90c3c56ae56c284d27cdc47b23fe633657 /changes/bug3443 | |
parent | 8b5787ec0d99a130ead302f7c6b4a256325ac08f (diff) | |
download | tor-a1e2232ed10d52062e0c0fe34c45cf7f441b4e78.tar.gz tor-a1e2232ed10d52062e0c0fe34c45cf7f441b4e78.zip |
fold in changes files so far
Diffstat (limited to 'changes/bug3443')
-rw-r--r-- | changes/bug3443 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/changes/bug3443 b/changes/bug3443 deleted file mode 100644 index 01896ffb38..0000000000 --- a/changes/bug3443 +++ /dev/null @@ -1,11 +0,0 @@ - o Minor bugfixes - - Alter circuit build timeout measurement to start at the point - where we begin the CREATE/CREATE_FAST step (as opposed to circuit - initialization). This should make our timeout measurements more - uniform. Previously, we were sometimes including ORconn setup time - in our circuit build time measurements. Fixes bug #3443. - - o Minor features - - If we have no circuits open, use a relaxed timeout (the 95-percentile - cutoff) until a circuit succeeds. This should allow Tor to succeed - building circuits if the network connection drastically changes. |