diff options
author | George Kadianakis <desnacked@riseup.net> | 2018-04-25 15:10:24 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-27 12:44:54 -0400 |
commit | d00ed406e08942d6539281eb28e875939ee214e5 (patch) | |
tree | d9691bdb12dec7f01b9c410f7c7615a9f6058632 /doc/tor.1.txt | |
parent | 3bf9974b6c4ee9f2a8204c058e1b7c206b99d620 (diff) | |
download | tor-d00ed406e08942d6539281eb28e875939ee214e5.tar.gz tor-d00ed406e08942d6539281eb28e875939ee214e5.zip |
Introduce torrc option NumPrimaryGuards
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 95620a3344..ce9967d8a5 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1344,6 +1344,13 @@ The following options are useful only for clients (that is, if number from the guard-n-primary-guards-to-use consensus parameter, and default to 1 if the consensus parameter isn't set. (Default: 0) +[[NumPrimaryGuards]] **NumPrimaryGuards** __NUM__:: + If UseEntryGuards is set to 1, we will try to pick NUM routers for our + primary guard list, which is the set of routers we strongly prefer when + connecting to the Tor network. If NUM is 0, we try to learn the number from + the guard-n-primary-guards consensus parameter, and default to 3 if the + consensus parameter isn't set. (Default: 0) + [[NumDirectoryGuards]] **NumDirectoryGuards** __NUM__:: If UseEntryGuards is set to 1, we try to make sure we have at least NUM routers to use as directory guards. If this option is set to 0, use the |