Remove AssumeReachable from TestingTorNetwork.

Closes ticket 34446.
This commit is contained in:
Nick Mathewson 2020-06-15 14:08:42 -04:00
parent 8361e3c4ab
commit 9fdaede3f7
3 changed files with 5 additions and 2 deletions

5
changes/ticket34446 Normal file
View File

@ -0,0 +1,5 @@
o Minor features (testing configuration):
- The TestingTorNetwork no longer implicitly sets AssumeReachable to 1.
This change will allow us to test relays' self-testing mechanisms,
and eventually to test authorities' relay-testing functionality.
Closes ticket 34446.

View File

@ -3359,7 +3359,6 @@ The following options are used for running a testing Tor network.
DirAllowPrivateAddresses 1
EnforceDistinctSubnets 0
AssumeReachable 1
AuthDirMaxServersPerAddr 0
ClientBootstrapConsensusAuthorityDownloadInitialDelay 0
ClientBootstrapConsensusFallbackDownloadInitialDelay 0

View File

@ -2,7 +2,6 @@
// for 'TestingTorNetwork' in 'doc/tor.1.txt'
{ "DirAllowPrivateAddresses", "1" },
{ "EnforceDistinctSubnets", "0" },
{ "AssumeReachable", "1" },
{ "AuthDirMaxServersPerAddr", "0" },
{ "ClientBootstrapConsensusAuthorityDownloadInitialDelay", "0" },
{ "ClientBootstrapConsensusFallbackDownloadInitialDelay", "0" },