diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-25 14:06:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-09 10:30:52 -0400 |
commit | 60cf5ac2971f746852c92980a9292ed69a694e8c (patch) | |
tree | a5347bda4dbdea489d3d5439539d9441c9d523eb /doc | |
parent | 87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1 (diff) | |
download | tor-60cf5ac2971f746852c92980a9292ed69a694e8c.tar.gz tor-60cf5ac2971f746852c92980a9292ed69a694e8c.zip |
config: Remove CloseHSServiceRendCircuitsImmediatelyOnTimeout 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')
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index a5865b59bf..03943c9ed8 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -963,14 +963,6 @@ The following options are useful only for clients (that is, if services can be configured to require authorization using the **HiddenServiceAuthorizeClient** option. -[[CloseHSServiceRendCircuitsImmediatelyOnTimeout]] **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]] **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 |