diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:25:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:31:13 -0500 |
commit | 2c25bb413ec44257a8b8692958a348aaa6553c8c (patch) | |
tree | 163046b626f81c6d588a8e39ec3a967722c583f3 /doc | |
parent | 4f03804b080afd78d6242aece1e3aa3d62a00191 (diff) | |
download | tor-2c25bb413ec44257a8b8692958a348aaa6553c8c.tar.gz tor-2c25bb413ec44257a8b8692958a348aaa6553c8c.zip |
Lower the maximum for PrecictedCircsRelevanceTime to one hour
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index d9ff4eed9a..a285dfd5b1 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -524,8 +524,10 @@ GENERAL OPTIONS \'info'. (Default: 0) **PredictedCircsRelevanceTime** __NUM__:: - Set how long, after having requested a connection to a given port, we will - search for exits that support that port. (Default: 1 hour) + Set how long, after the client has mad an anonymized connection to a + given port, we will try to make sure that we build circuits to + exits that support that port. The maximum value for this option is 1 + hour. (Default: 1 hour) **RunAsDaemon** **0**|**1**:: If 1, Tor forks and daemonizes to the background. This option has no effect |