diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-25 14:03:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-09 10:30:52 -0400 |
commit | 87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1 (patch) | |
tree | 0753e10d9e4edc4cb8bc093926415edad6fda74a /doc/tor.1.txt | |
parent | bc34654ba2df0e4f4834095ab404f5429c518be9 (diff) | |
download | tor-87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1.tar.gz tor-87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1.zip |
config: Remove CloseHSClientCircuitsImmediatelyOnTimeout option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans
up the code associated with it.
Partially fixes #22060
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a9a2d4a943..a5865b59bf 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -963,16 +963,6 @@ The following options are useful only for clients (that is, if services can be configured to require authorization using the **HiddenServiceAuthorizeClient** option. -[[CloseHSClientCircuitsImmediatelyOnTimeout]] **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) - [[CloseHSServiceRendCircuitsImmediatelyOnTimeout]] **CloseHSServiceRendCircuitsImmediatelyOnTimeout** **0**|**1**:: If 1, Tor will close unfinished hidden-service-side rendezvous circuits after the current circuit-build timeout. Otherwise, such |