From 52fbb9f623505a29975bea971478fc1e65591575 Mon Sep 17 00:00:00 2001 From: unixninja92 Date: Sat, 14 Sep 2013 22:32:59 +0200 Subject: Added Documentation for PredictedCircsRelevanceTime config file argument. --- doc/tor.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3 From d47d147307c8880d3d29fdb2da0b788afbb92556 Mon Sep 17 00:00:00 2001 From: unixninja92 Date: Fri, 20 Sep 2013 08:31:10 -0400 Subject: More correctly documented PredictedCircsRelevanceTime in tor.1.txt --- doc/tor.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 39e52076c..d9ff4eed9 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -524,8 +524,8 @@ GENERAL OPTIONS \'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) + Set how long, after having requested a connection to a given port, we will + search for exits that support that port. (Default: 1 hour) **RunAsDaemon** **0**|**1**:: If 1, Tor forks and daemonizes to the background. This option has no effect -- cgit v1.2.3 From 2c25bb413ec44257a8b8692958a348aaa6553c8c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 5 Mar 2014 14:25:38 -0500 Subject: Lower the maximum for PrecictedCircsRelevanceTime to one hour --- doc/tor.1.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/tor.1.txt b/doc/tor.1.txt index d9ff4eed9..a285dfd5b 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 -- cgit v1.2.3