diff options
author | teor <teor2345@gmail.com> | 2016-09-09 11:20:20 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-09-09 11:20:20 +1000 |
commit | 42a74f707c3031dab2aa21983040f58ba7b190e4 (patch) | |
tree | eb04c9965879d420d665765baa3543f3b7aad0e9 /doc | |
parent | 63e34e9e49e8514e2edfdc8e964bfc5752ca6326 (diff) | |
download | tor-42a74f707c3031dab2aa21983040f58ba7b190e4.tar.gz tor-42a74f707c3031dab2aa21983040f58ba7b190e4.zip |
Document the default PathsNeededToBuildCircuits value
... when the directory authorities don't set min_paths_for_circs_pct.
Fixes bug 20117; bugfix on 02c320916e02 in tor-0.2.4.10-alpha.
Reported by Jesse V.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 1856592a9d..f53ff9499f 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1558,8 +1558,9 @@ The following options are useful only for clients (that is, if that fraction of possible paths. Note that setting this option too low can make your Tor client less anonymous, and setting it too high can prevent your Tor client from bootstrapping. If this option is negative, - Tor will use a default value chosen by the directory - authorities. (Default: -1.) + Tor will use a default value chosen by the directory authorities. If the + directory authorities do not choose a value, Tor will default to 0.6. + (Default: -1.) [[ClientBootstrapConsensusAuthorityDownloadSchedule]] **ClientBootstrapConsensusAuthorityDownloadSchedule** __N__,__N__,__...__:: Schedule for when clients should download consensuses from authorities |