diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-12-24 04:55:20 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-12-27 08:02:43 -0800 |
commit | 836161c56062686d274abf4218779c4db5c8cf5c (patch) | |
tree | 382e1825809d3ac785082c6e52773342e3ddd5da /doc | |
parent | f88c8ca8c98dc3a0c9e63012ce425d1287625444 (diff) | |
download | tor-836161c56062686d274abf4218779c4db5c8cf5c.tar.gz tor-836161c56062686d274abf4218779c4db5c8cf5c.zip |
Add an option to close HS service-side rend circs on timeout
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f9425737b8..91a7c69a56 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -693,6 +693,14 @@ The following options are useful only for clients (that is, if another set of introduction and rendezvous circuits for the same destination hidden service will be launched. (Default: 0) +**CloseHSServiceRendCircuitsImmediatelyOnTimeout** **0**|**1**:: + If 1, Tor will close unfinished hidden-service-side rendezvous + circuits after the current circuit-build timeout. Otherwise, such + circuits will be left open, in the hope that they will finish + connecting to their destinations. In either case, another + rendezvous circuit for the same destination client 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 |