diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2010-02-22 18:43:44 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2010-02-22 18:43:44 -0800 |
commit | 4311318f7d598a57fde7e7041069faf55fceb046 (patch) | |
tree | 49dc1251cc72eb058434bb5516224583a79b3784 | |
parent | b3fde4d309fc49f9327ed7bfd9e6221a741b593f (diff) | |
download | tor-4311318f7d598a57fde7e7041069faf55fceb046.tar.gz tor-4311318f7d598a57fde7e7041069faf55fceb046.zip |
Update consensus methods in spec.
-rw-r--r-- | doc/spec/dir-spec.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index bd20b527dc..461f546166 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1588,6 +1588,9 @@ "4" -- No longer list routers that are not running in the consensus "5" -- adds support for "w" and "p" lines. "6" -- Prefers measured bandwidth values rather than advertised + "7" -- Provides keyword=integer pairs of consensus parameters + "8" -- Provides microdescriptor summaries + "9" -- Provides weights for selecting flagged routers in paths Before generating a consensus, an authority must decide which consensus method to use. To do this, it looks for the highest version number |