Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
473f0c3e
Commit
473f0c3e
authored
14 years ago
by
Mike Perry
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog.
parent
c9620609
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
changes/cbt-bugfixes
+10
-7
10 additions, 7 deletions
changes/cbt-bugfixes
with
10 additions
and
7 deletions
changes/cbt-bugfixes
+
10
−
7
View file @
473f0c3e
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment