]> git.ipfire.org Git - thirdparty/tor.git/commit
Have directory authorities vote on IPv6 OR ports according to the spec
authorLinus Nordberg <linus@torproject.org>
Tue, 14 Aug 2012 12:03:58 +0000 (14:03 +0200)
committerNick Mathewson <nickm@torproject.org>
Tue, 4 Sep 2012 15:52:22 +0000 (11:52 -0400)
commit156ffef2494136d2fa0b1456a1c21cc29cbc3ff0
treeff097e88842d0d6acc6532025fcd183b79ed402b
parent485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7
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.
changes/bug6363 [new file with mode: 0644]
src/or/dirserv.c
src/or/dirvote.c
src/or/routerparse.c
src/test/test_dir.c