summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2010-06-08 01:18:18 -0700
committerMike Perry <mikeperry-git@fscked.org>2010-06-09 00:22:39 -0700
commit473f0c3ebbf153366385c41de8921119525c072c (patch)
treed94527ddf3217b78f33b5f06f8c15c3156812cd5
parentc96206090e5090433a7dbb4f5d52ad2efeb00c37 (diff)
downloadtor-473f0c3ebbf153366385c41de8921119525c072c.tar.gz
tor-473f0c3ebbf153366385c41de8921119525c072c.zip
Update changelog.
-rw-r--r--changes/cbt-bugfixes17
1 files changed, 10 insertions, 7 deletions
diff --git a/changes/cbt-bugfixes b/changes/cbt-bugfixes
index 9271c7d429..31241c90e9 100644
--- a/changes/cbt-bugfixes
+++ b/changes/cbt-bugfixes
@@ -7,16 +7,19 @@
Timeout learning to use the weighted average of the top N=3 modes. This
should improve the timeout calculation in some cases, and prevent
extremely high timeout values. Bug 1335, bugfix on 0.2.2.2-alpha.
- - Implement a filtering step to recompute synthetic build times every time
- the timeout changes. Additionally, place a lower cap on synthetic build
- times, and allow this cap to be controlled by the consensus. This should
- also improve the build time calculations, and should eliminate a case
- where Tor was allocating an excessive amount of temporary memory during
- timeout calculation. Bugs 1335 and 1245, bugfix on 0.2.2.2-alpha.
+ - Alter calculation of Pareto distribution parameter 'Alpha' to use a
+ right censored distribution model. This allows us to remove the synthetic
+ timeout generation and instead calculate build timeouts using truncated
+ times. Bugs 1245+1335, bugfix on 0.2.2.2-alpha.
+ - Keep circuits open (but do not use them) after the circuit timeout for
+ up until the time corresponding to the 95th percentile on the Pareto CDF
+ or 60 seconds, whichever is greater. This is done to provide better data
+ for the new Pareto model. This percentile can be controlled by the
+ consensus.
o Minor bugfixes:
- Eliminate a case where a circuit build time warning was displayed after
- network connectivity resumed.
+ network connectivity resumed. Bugfix on 0.2.2.2-alpha.
o Minor features:
- Add a TIMEOUT_RATE keyword to the BUILDTIMEOUT_SET control port event,