commit 6b344c163da407b43e53ded91f8578c3906fb256 Author: Nick Mathewson nickm@torproject.org Date: Fri May 10 23:15:53 2013 -0400
List consensus methods 15..17 in section 3.5.1 --- dir-spec.txt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index ac13d7f..4427035 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1954,7 +1954,9 @@ "12" -- Params are only included if enough auths voted for them "13" -- Omit router entries with missing microdescriptors. "14" -- Adds support for "a" lines. - + "15" -- Adds support for "p6" lines. + "16" -- Adds ntor keys to microdescriptors + "17" -- Adds "Unmeasured=1" flags to "w" lines
Before generating a consensus, an authority must decide which consensus method to use. To do this, it looks for the highest version number
tor-commits@lists.torproject.org