mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
083c58f126
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.
8 lines
349 B
Plaintext
8 lines
349 B
Plaintext
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.
|