diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-26 14:14:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-26 14:14:34 -0400 |
commit | 9b9fb63276c892690d57ce5598e2e577d7e5ad9f (patch) | |
tree | 08d04e1f26cde9522e8e2ef9d1e2c15c25442a2f /changes | |
parent | 8fe410e875343a4c134ddbe0db6da3d38865deee (diff) | |
download | tor-9b9fb63276c892690d57ce5598e2e577d7e5ad9f.tar.gz tor-9b9fb63276c892690d57ce5598e2e577d7e5ad9f.zip |
prop272: When voting, include no non-Valid relays in consensus
Implements ticket 20002, and part of proposal 272.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20002 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket20002 b/changes/ticket20002 new file mode 100644 index 0000000000..28eaa8d60d --- /dev/null +++ b/changes/ticket20002 @@ -0,0 +1,4 @@ + o Minor features (directory authority): + - After voting, if the authorities decide that a relay is not "Valid", + they no longer include it in the consensus at all. Closes ticket + 20002; implements part of proposal 272. |