diff options
author | unixninja92 <charlesvt@gmail.com> | 2013-09-14 22:32:59 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-05 14:31:13 -0500 |
commit | 52fbb9f623505a29975bea971478fc1e65591575 (patch) | |
tree | 84dd03b5ce378593706cbcf34e57afb46f4cab60 /doc | |
parent | 898154f71779a614e2fd100fb45a788b75207efb (diff) | |
download | tor-52fbb9f623505a29975bea971478fc1e65591575.tar tor-52fbb9f623505a29975bea971478fc1e65591575.tar.gz |
Added Documentation for PredictedCircsRelevanceTime config file argument.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a1e1c08ba..39e52076c 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -523,6 +523,10 @@ GENERAL OPTIONS following the Tor specification. Otherwise, they are logged with severity \'info'. (Default: 0) +**PredictedCircsRelevanceTime** __NUM__:: + Set how long we will make connections to a port after seeing a request for + that port. (Default: 1 hour) + **RunAsDaemon** **0**|**1**:: If 1, Tor forks and daemonizes to the background. This option has no effect on Windows; instead you should use the --service command-line option. |