diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-19 18:56:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-19 18:56:30 +0000 |
commit | 5f8f498207a35e7edd28bdea8f895a078fd53f5a (patch) | |
tree | ade2cbfae09b7e75217896f05e9191791c8e338a /doc/spec | |
parent | b0a18d1bfa90f41bb03d5843baeab3b3f1207a2c (diff) | |
download | tor-5f8f498207a35e7edd28bdea8f895a078fd53f5a.tar.gz tor-5f8f498207a35e7edd28bdea8f895a078fd53f5a.zip |
r15968@catbus: nickm | 2007-10-19 14:39:51 -0400
Implement code to compute which method to use to compute a consensus. Also, fix leak in consensus calculation.
svn:r12054
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/dir-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 11198f099a..ccdf08798a 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1083,7 +1083,7 @@ $Id$ Before generating a consensus, an authority must decide which consensus method to use. To do this, it looks for the highest version number - supported by more than 2/3 of the authorities. If it supports this + supported by more than 2/3 of the authorities voting. If it supports this method, then it uses it. Otherwise, it falls back to method 1. 3.5. Detached signatures |