tor/changes/feature13161-TestingDirAuthVoteExit
teor 27f30040f6 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.
2014-10-01 17:44:21 +10:00

8 lines
444 B
Plaintext

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.