diff options
author | teor <teor2345@gmail.com> | 2015-01-10 21:43:31 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-01-10 22:34:28 +1100 |
commit | f9d57473e1ff34f1ec56c62dd9ea138ceec42d6f (patch) | |
tree | 726c49430523377ff857706fc73302059b93dd9c /changes | |
parent | e136606fe8325140f26dda26d2f634961aae5448 (diff) | |
download | tor-f9d57473e1ff34f1ec56c62dd9ea138ceec42d6f.tar.gz tor-f9d57473e1ff34f1ec56c62dd9ea138ceec42d6f.zip |
Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guard
TestingDirAuthVoteHSDir ensures that authorities vote the HSDir flag
for the listed relays regardless of uptime or ORPort connectivity.
Respects the value of VoteOnHidServDirectoriesV2.
Partial fix for bug 14067.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14067-TestingDirAuthVoteHSDir | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug14067-TestingDirAuthVoteHSDir b/changes/bug14067-TestingDirAuthVoteHSDir new file mode 100644 index 0000000000..52d2bee5e6 --- /dev/null +++ b/changes/bug14067-TestingDirAuthVoteHSDir @@ -0,0 +1,6 @@ + o Minor features (authorities, testing): + - Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guard. + Ensures that authorities vote the HSDir flag for the listed + relays regardless of uptime or ORPort connectivity. + Respects the value of VoteOnHidServDirectoriesV2. + Partial fix for bug 14067. Patch by "teor". |