diff options
author | teor <teor2345@gmail.com> | 2014-10-01 17:44:21 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-01 17:44:21 +1000 |
commit | 27f30040f63d13234d07e58cf3d0d2a3cbd93ce5 (patch) | |
tree | 8713c3788c3f0697c37d7327a070890609d5fe9f /changes | |
parent | b448ec195dd8687d2d5f363e12fec046eb2d1677 (diff) | |
download | tor-27f30040f63d13234d07e58cf3d0d2a3cbd93ce5.tar.gz tor-27f30040f63d13234d07e58cf3d0d2a3cbd93ce5.zip |
Add TestingDirAuthVoteExit option (like TestingDirAuthVoteGuard)
Add the TestingDirAuthVoteExit option, a list of nodes to vote Exit for,
regardless of their uptime, bandwidth, or exit policy.
TestingTorNetwork must be set for this option to have any effect.
Works around an issue where authorities would take up to 35 minutes to
give nodes the Exit flag in a test network, despite short consensus
intervals. Partially implements ticket 13161.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature13161-TestingDirAuthVoteExit | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/feature13161-TestingDirAuthVoteExit b/changes/feature13161-TestingDirAuthVoteExit new file mode 100644 index 0000000000..d6c8f414a3 --- /dev/null +++ b/changes/feature13161-TestingDirAuthVoteExit @@ -0,0 +1,7 @@ + o Minor features (testing): + - Add the TestingDirAuthVoteExit option, a list of nodes to vote + Exit for regardless of their uptime, bandwidth, or exit policy. + TestingTorNetwork must be set for this option to have any effect. + Works around an issue where authorities would take up to 35 minutes + to give nodes the Exit flag in a test network, despite short + consensus intervals. Partially implements ticket 13161. |