[tor-commits] [torspec/master] Add two entries to big list of consensus methods

nickm at torproject.org nickm at torproject.org
Thu Oct 27 12:59:54 UTC 2016


commit 5580615dae452dff71199f99d0c9435eeac571d0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Oct 27 08:59:50 2016 -0400

    Add two entries to big list of consensus methods
---
 dir-spec.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dir-spec.txt b/dir-spec.txt
index 73eca11..6400947 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2487,6 +2487,15 @@
         * If consensus-method 24 or later is in use, then routers that
           do not have the Valid flag are not listed at all.
 
+        * If consensus-method 25 or later is in use, then we vote
+          on recommended-protocols and required-protocols lines in the
+          consensus.  We also include protocols lines in routerstatus
+          entries.
+
+        * If consensus-method 26 or later is in use, then we initialize
+          bandwith weights to 1 in our calculations, to avoid
+          division-by-zero errors on unusual networks.
+
      The signatures at the end of a consensus document are sorted in
      ascending order by identity digest.
 



More information about the tor-commits mailing list