diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-11 21:25:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-19 16:03:57 -0400 |
commit | aa040619d5d584d3dc1639b656f8ab6a619abe56 (patch) | |
tree | c9b89abbe3a0b895bd25c09c6f6f5424cc2a49bc /doc | |
parent | 343f7aa05967df43c3f7e5b392b66e21c08b7cb1 (diff) | |
download | tor-aa040619d5d584d3dc1639b656f8ab6a619abe56.tar.gz tor-aa040619d5d584d3dc1639b656f8ab6a619abe56.zip |
Document the GuardLifetime option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 5cf5a718c0..5639ad26d4 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -959,7 +959,7 @@ The following options are useful only for clients (that is, if If UseEntryGuards is set to 1, we will try to pick a total of NUM routers as long-term entries for our circuits. (Default: 3) -**HeartbeatPeriod** __N__ **days**|**weeks**|**months**:: +**GuardLifetime** __N__ **days**|**weeks**|**months**:: If nonzero, and UseEntryGuards is set, minimum time to keep a guard before picking a new one. If zero, we use the GuardLifetime parameter from the consensus directory. No value here may be less than 2 months or greater |