diff options
author | George Kadianakis <desnacked@riseup.net> | 2015-01-29 14:57:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:09:33 -0500 |
commit | f4a63f8eabbdd842ebeb97aabba92ea47c37a607 (patch) | |
tree | 4e2cc251b585f2c941e8b3dafc0283d6e840ab2a /doc | |
parent | db805b91708c02e9b2b4d0c25ec17a45e81929aa (diff) | |
download | tor-f4a63f8eabbdd842ebeb97aabba92ea47c37a607.tar.gz tor-f4a63f8eabbdd842ebeb97aabba92ea47c37a607.zip |
Parse GuardFraction info from consensuses and votes.
Also introduce the UseGuardFraction torrc option which decides whether
clients should use guardfraction information found in the consensus.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 3de3048c83..8ecece0013 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1122,6 +1122,12 @@ The following options are useful only for clients (that is, if guardfraction file which contains information about how long relays have been guards. (Default: unset) +[[UseGuardFraction]] **UseGuardFraction** **0**|**1**|**auto**:: + This torrc option specifies whether clients should use the + guardfraction information found in the consensus during path + selection. If it's set to 'auto', clients will do what the + UseGuardFraction consensus parameter tells them to do. + [[NumEntryGuards]] **NumEntryGuards** __NUM__:: If UseEntryGuards is set to 1, we will try to pick a total of NUM routers as long-term entries for our circuits. If NUM is 0, we try to learn |