diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-29 20:17:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-29 20:17:18 +0000 |
commit | d640e2ab008634e236da6fc775852df6bc499e9a (patch) | |
tree | d4fb7c70e7fbf8682de9a3b0302fee4a1c1e1fe8 /ChangeLog | |
parent | f7fb1bf931c498c641f890229c77ceaad4b85af4 (diff) | |
download | tor-d640e2ab008634e236da6fc775852df6bc499e9a.tar.gz tor-d640e2ab008634e236da6fc775852df6bc499e9a.zip |
Spec compliance: if weighted MTBF of a router is at least 5 days, always vote it as Stable.
svn:r17821
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Changes in version 0.2.1.10-alpha - 2009-01-?? don't need to use RELAY_EARLY cells: the first hop knows what kind of cell it is, and nobody else can even see the cell type. This makes it easier to cannibalize circuits like this later. + - Authorities now list vote for the Stable flag for any router whose + weighted MTBF is at least 5 days, regardless of the mean MTBF. o Code simplifications and refactoring: - Change our header file guard macros to be less likely to conflict |