diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-12-24 00:46:37 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-12-27 08:02:43 -0800 |
commit | 078e3e9dd59520b7f40a126a91e89eba91098c49 (patch) | |
tree | f93fd2aeb654cd995a6ef693be2b9e7831c8fa61 /doc | |
parent | 4b13c33c0c18c66cc39caba9b70005bbe43c6613 (diff) | |
download | tor-078e3e9dd59520b7f40a126a91e89eba91098c49.tar tor-078e3e9dd59520b7f40a126a91e89eba91098c49.tar.gz |
Add an option to close 'almost-connected' HS client circs on timeout
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index b373678d9..f9425737b 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -683,6 +683,16 @@ The following options are useful only for clients (that is, if services can be configured to require authorization using the **HiddenServiceAuthorizeClient** option. +**CloseHSClientCircuitsImmediatelyOnTimeout** **0**|**1**:: + If 1, Tor will close unfinished hidden service client circuits + which have not moved closer to connecting to their destination + hidden service when their internal state has not changed for the + duration of the current circuit-build timeout. Otherwise, such + circuits will be left open, in the hope that they will finish + connecting to their destination hidden services. In either case, + another set of introduction and rendezvous circuits for the same + destination hidden service will be launched. (Default: 0) + **LongLivedPorts** __PORTS__:: A list of ports for services that tend to have long-running connections (e.g. chat and interactive shells). Circuits for streams that use these |