From 5f8f498207a35e7edd28bdea8f895a078fd53f5a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 19 Oct 2007 18:56:30 +0000 Subject: 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 --- doc/spec/dir-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/spec') diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 11198f099..ccdf08798 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 -- cgit v1.2.3