summaryrefslogtreecommitdiff
path: root/changes/feature13161-TestingDirAuthVoteExit
diff options
context:
space:
mode:
Diffstat (limited to 'changes/feature13161-TestingDirAuthVoteExit')
-rw-r--r--changes/feature13161-TestingDirAuthVoteExit7
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.