aboutsummaryrefslogtreecommitdiff
path: root/proposals/178-param-voting.txt
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-05-02 11:19:43 +0200
committerSebastian Hahn <sebastian@torproject.org>2011-11-25 18:19:01 +0100
commit8ecb3498db18ecd4f30e7d88b4dd0dd4913f2a94 (patch)
tree1bc1da31750622fec698654c9c0c569657e8a651 /proposals/178-param-voting.txt
parent113b25fdf662b869318c8add6d5087297673f5a4 (diff)
downloadtorspec-8ecb3498db18ecd4f30e7d88b4dd0dd4913f2a94.tar.gz
torspec-8ecb3498db18ecd4f30e7d88b4dd0dd4913f2a94.zip
Fix proposal 178: add missing section, formatting
Diffstat (limited to 'proposals/178-param-voting.txt')
-rw-r--r--proposals/178-param-voting.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/proposals/178-param-voting.txt b/proposals/178-param-voting.txt
index 2c4abf6..8c38708 100644
--- a/proposals/178-param-voting.txt
+++ b/proposals/178-param-voting.txt
@@ -60,11 +60,15 @@ It is proposed that the above is changed to:
Entries are given on the "params" line for every keyword on which a
majority of authorities (total authorities, not just those
participating this vote) voted on. The values given are the
- low-median of all votes on that keyword. XXX note previous behaviour.
+ low-median of all votes on that keyword.
+
+ Consensus methods 11 and before, entries are given on the "params"
+ line for every keyword on which any authority voted, the value given
+ being the low-median of all votes on that keyword.
The following should be added to the bottom of section 3.4.:
- * If consensus method 12 or later is used, only consensus
+ * If consensus method 12 or later is used, only consensus
parameters that more than half of the total number of
authorities voted for are included in the consensus.
@@ -84,3 +88,4 @@ Implementation:
An example implementation of this feature can be found in
https://gitweb.torproject.org/sebastian/tor.git, branch safer_params.
+