commit d47d147307c8880d3d29fdb2da0b788afbb92556 Author: unixninja92 charlesvt@gmail.com Date: Fri Sep 20 08:31:10 2013 -0400
More correctly documented PredictedCircsRelevanceTime in tor.1.txt --- doc/tor.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 39e5207..d9ff4ee 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
tor-commits@lists.torproject.org