commit 4524415cc8ac3616376c3f7be01d3492b4a160e5 Author: Nick Mathewson nickm@torproject.org Date: Tue Jan 17 11:46:28 2012 -0500
Tweaks/TODOs on 186 based on mail from arma --- proposals/186-multiple-orports.txt | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/proposals/186-multiple-orports.txt b/proposals/186-multiple-orports.txt index aa1a789..5cb2ddd 100644 --- a/proposals/186-multiple-orports.txt +++ b/proposals/186-multiple-orports.txt @@ -165,7 +165,7 @@ Consensus directories and microdescriptors: We will have to define a new voting algorithm version; when using this version or later, votes should include a single "a" line for every relay that has an IPv6 address, to include the first IPv6 - line in its descriptor. (If there are no or-address lines, then + line in its descriptor. (If there are no IPv6 or-address lines, then they shouldn't include any "a" lines.) The remaining or-address lines will turn into "a" lines in the microdescriptor.
@@ -268,3 +268,12 @@ Coding impact: under the assumptions that each node has only a single address or ORPort.
+TODO: + + * Make it so that authorities can vote on which addresses are working + somehow. + + * Specify some way to say "I only want to connect to v4/v6 addresses". + + * Come up with a better alternative to running6 for the longterm? +