commit c83657c6878f805f01b5656c9f9a34f6fadc7307
parent 1474aaa4563508a9b1c75d495101b697ce7d7fbd
Author: Nick Mathewson <nickm@torproject.org>
Date: Sun, 14 May 2017 19:06:15 -0400
Remove two obsoleted options.
Spotted by atagar
Closes #22257
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
@@ -661,12 +661,6 @@ GENERAL OPTIONS
following the Tor specification. Otherwise, they are logged with severity
\'info'. (Default: 0)
-[[PredictedPortsRelevanceTime]] **PredictedPortsRelevanceTime** __NUM__::
- Set how long, after the client has made an anonymized connection to a
- given port, we will try to make sure that we build circuits to
- exits that support that port. This option is deprecated. Please use
- CircuitsAvailableTimeout instead.
-
[[RunAsDaemon]] **RunAsDaemon** **0**|**1**::
If 1, Tor forks and daemonizes to the background. This option has no effect
on Windows; instead you should use the --service command-line option.
@@ -806,10 +800,6 @@ The following options are useful only for clients (that is, if
from the specified value to twice that amount. (Default: 30 minutes;
Max: 24 hours)
-[[CircuitIdleTimeout]] **CircuitIdleTimeout** __NUM__::
- If we have kept a clean (never used) circuit around for NUM seconds, then
- close it. This option is deprecated. Use CircuitsAvailableTimeout instead.
-
[[CircuitStreamTimeout]] **CircuitStreamTimeout** __NUM__::
If non-zero, this option overrides our internal timeout schedule for how
many seconds until we detach a stream from a circuit and try a new circuit.