diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-25 13:30:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-09 10:30:52 -0400 |
commit | fea72571dfc70ec766edaaea2dc80c1e759a977d (patch) | |
tree | 8334af310ea4c2b96b570abe0d5ad2798467435d /doc | |
parent | 2b9823b3106df2cf23e2de13ae9a9b6d12607ce4 (diff) | |
download | tor-fea72571dfc70ec766edaaea2dc80c1e759a977d.tar.gz tor-fea72571dfc70ec766edaaea2dc80c1e759a977d.zip |
config: Remove AllowSingleHopCircuits 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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 012c5b93d6..3088c9ba26 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1468,11 +1468,6 @@ The following options are useful only for clients (that is, if Like WarnPlaintextPorts, but instead of warning about risky port uses, Tor will instead refuse to make the connection. (Default: None) -[[AllowSingleHopCircuits]] **AllowSingleHopCircuits** **0**|**1**:: - When this option is set, the attached Tor controller can use relays - that have the **AllowSingleHopExits** option turned on to build - one-hop Tor connections. (Default: 0) - [[OptimisticData]] **OptimisticData** **0**|**1**|**auto**:: When this option is set, and Tor is using an exit node that supports the feature, it will try optimistically to send data to the exit node |