Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
a5d7ff5f
Commit
a5d7ff5f
authored
Nov 10, 2007
by
Roger Dingledine
Browse files
rescue r12440's changelog entry from a dusty corner
of the 0.2.0.9-alpha release notes. svn:r12454
parent
f762923c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a5d7ff5f
...
...
@@ -13,6 +13,10 @@ Changes in version 0.2.0.10-alpha - 2007-11-10
- Raise the default BandwidthRate/BandwidthBurst to 5MB/10MB, to
accommodate the growing number of servers that use the default
and are reaching it.
- Directory authorities use a new formula for selecting which nodes
to advertise as Guards: they must be in the top 7/8 in terms of
how long we have known about them, and above the median of those
nodes in terms of weighted fractional uptime.
o Major bugfixes:
- Stop servers from crashing if they set a Family option (or
...
...
@@ -52,11 +56,6 @@ Changes in version 0.2.0.10-alpha - 2007-11-10
2004.
o Minor features:
- Directory authorities now decide whether routers are stable
enough to be guards based not on their MTBF or their uptime, but
on their fractional uptime: the fraction of the time that they
are online. (No router counts as having uptime until we've known
about it for at least 24 hours.)
- Clients now hold circuitless TLS connections open for 1.5 times
MaxCircuitDirtiness, since it is likely that they'll need to build
a circuit over them within that timeframe. Previously, they held
...
...
@@ -244,10 +243,6 @@ Changes in version 0.2.0.9-alpha - 2007-10-24
should exist before trying to replace the current one.
- Use a more forgiving schedule for retrying failed consensus
downloads than for other types.
- Adjust the guard selection formula that authorities use a little more:
require guards to be in the top 7/8 in terms of how long we have
known about them, and above the median of those nodes in terms of
weighted fractional uptime.
o Minor bugfixes (other directory issues):
- Correct the implementation of "download votes by digest." Bugfix on
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment