Have directory authorities vote on IPv6 OR ports according to the spec

Define new new consensus method 14 adding "a" lines to vote and
consensus documents.

From proposal 186:

  As with other data in the vote derived from the descriptor, the
  consensus will include whichever set of "a" lines are given by the
  most authorities who voted for the descriptor digest that will be
  used for the router.

This patch implements this.
This commit is contained in:
Linus Nordberg
2012-08-14 14:03:58 +02:00
committed by Nick Mathewson
parent 485b4b7eee
commit 156ffef249
5 changed files with 131 additions and 23 deletions
+3
View File
@@ -0,0 +1,3 @@
o Major features:
- Directory authorities vote on IPv6 OR ports using new consensus
method 14. Implements ticket 6363.