Skip to content
Snippets Groups Projects
Commit 9fdaede3 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Remove AssumeReachable from TestingTorNetwork.

Closes ticket 34446.
parent 8361e3c4
No related branches found
No related tags found
No related merge requests found
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.
......@@ -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
......
......@@ -2,7 +2,6 @@
// for 'TestingTorNetwork' in 'doc/tor.1.txt'
{ "DirAllowPrivateAddresses", "1" },
{ "EnforceDistinctSubnets", "0" },
{ "AssumeReachable", "1" },
{ "AuthDirMaxServersPerAddr", "0" },
{ "ClientBootstrapConsensusAuthorityDownloadInitialDelay", "0" },
{ "ClientBootstrapConsensusFallbackDownloadInitialDelay", "0" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment