diff options
author | George Kadianakis <desnacked@riseup.net> | 2015-01-29 14:54:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:09:32 -0500 |
commit | 5ee48d47a73691001746541e15b3dc5a89fa37eb (patch) | |
tree | fd0f616cba64e66b9597b337ff039232e4a8c8de /doc | |
parent | a3de2dfde6a92c0fe7ca755aa7bc1aa046c463a8 (diff) | |
download | tor-5ee48d47a73691001746541e15b3dc5a89fa37eb.tar.gz tor-5ee48d47a73691001746541e15b3dc5a89fa37eb.zip |
Parse Guardfraction file and apply results to routerstatuses.
Parse the file just before voting and apply its information to the
provided vote_routerstatus_t. This follows the same logic as when
dirauths parse bwauth files.
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 5302b33bd1..3de3048c83 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1117,6 +1117,11 @@ The following options are useful only for clients (that is, if download any non-default directory material. It doesn't currently do anything when we lack a live consensus. (Default: 1) +[[GuardfractionFile]] **GuardfractionFile** __FILENAME__:: + V3 authoritative directories only. Configures the location of the + guardfraction file which contains information about how long relays + have been guards. (Default: unset) + [[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 |