diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-02-26 10:58:30 +0100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-02-26 10:58:30 +0100 |
commit | af88e8f23742c810f478410fba60c43812dde85d (patch) | |
tree | 0c125cea88fa2419c2375bfe1f9b7e64cce37f5e /doc | |
parent | 7a782820e92cef57afcea6c6936d102d6f4512fe (diff) | |
download | tor-af88e8f23742c810f478410fba60c43812dde85d.tar.gz tor-af88e8f23742c810f478410fba60c43812dde85d.zip |
Add missing man page option from #4483 (35bbf2e4)
TestingClientBootstrapConsensusAuthorityOnlyMaxDownloadTries
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 250ed67a04..d6a68523df 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2482,6 +2482,11 @@ The following options are used for running a testing Tor network. fallback directory mirrors before giving up. Changing this requires that **TestingTorNetwork** is set. (Default: 7) +[[TestingClientBootstrapConsensusAuthorityOnlyMaxDownloadTries]] **TestingClientBootstrapConsensusAuthorityOnlyMaxDownloadTries** __NUM__:: + Try this many times to download a consensus while bootstrapping using + authorities before giving up. Changing this requires that + **TestingTorNetwork** is set. (Default: 4) + [[TestingClientBootstrapConsensusMaxInProgressTries]] **TestingClientBootstrapConsensusMaxInProgressTries** __NUM__:: Try this many simultaneous connections to download a consensus before waiting for one to complete, timeout, or error out. Changing this |