summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2014-12-20 21:42:28 +1100
committerteor <teor2345@gmail.com>2014-12-24 06:13:32 +1100
commit083c58f126a4390b96b0e3f14d809502d8702f3d (patch)
tree1762da4043f2ad3e0d633b678f76c9139315bf71 /changes
parentf7e8bc2b4bc0d6072a337d9420cd5cd395c9f9d2 (diff)
downloadtor-083c58f126a4390b96b0e3f14d809502d8702f3d.tar.gz
tor-083c58f126a4390b96b0e3f14d809502d8702f3d.zip
Fix TestingMinExitFlagThreshold 0
Stop requiring exits to have non-zero bandwithcapacity in a TestingTorNetwork. Instead, when TestingMinExitFlagThreshold is 0, ignore exit bandwidthcapacity. This assists in bootstrapping a testing Tor network. Fixes bugs 13718 & 13839. Makes bug 13161's TestingDirAuthVoteExit non-essential.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug13839-fix-TestingMinExitFlagThreshold7
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug13839-fix-TestingMinExitFlagThreshold b/changes/bug13839-fix-TestingMinExitFlagThreshold
new file mode 100644
index 0000000000..947614f550
--- /dev/null
+++ b/changes/bug13839-fix-TestingMinExitFlagThreshold
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - Stop requiring exits to have non-zero bandwithcapacity in a
+ TestingTorNetwork. Instead, when TestingMinExitFlagThreshold is 0,
+ ignore exit bandwidthcapacity.
+ This assists in bootstrapping a testing Tor network.
+ Fixes bugs 13718 & 13839.
+ Makes bug 13161's TestingDirAuthVoteExit non-essential.