diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-25 17:49:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-25 17:49:50 -0500 |
commit | ffc3caf8d57eb755cfd867d6c0d781c737e26aa1 (patch) | |
tree | f67f85dd52d55de098e838b6c4fd15cc33061ed3 /doc | |
parent | 3ede94159e5e0f3aeceab225eb495051ed7b375e (diff) | |
download | tor-ffc3caf8d57eb755cfd867d6c0d781c737e26aa1.tar.gz tor-ffc3caf8d57eb755cfd867d6c0d781c737e26aa1.zip |
Describe consensus method 11 in dir-spec.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index eebceeafd6..a883c8871d 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1618,6 +1618,11 @@ * If consensus-method 7 or later is in use, the params line is included in the output. + * If the conesensus method is under 11, bad exits are considered as + possible exits when computing bandwidth weights. Otherwise, if + method 11 or later is in use, any router that is determined to get + the BadExit flag doesn't count when we're calculating weights. + The signatures at the end of a consensus document are sorted in ascending order by identity digest. |