diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-03-12 08:40:26 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-03-17 11:53:09 -0400 |
commit | 066748c9cde058db4c12dec0675c036ac11d7e84 (patch) | |
tree | 611902268bbf51261e86cb9454cd23b4be652a87 /doc/man/tor.1.txt | |
parent | e8d224dfb14a73e6b47ab09def56217f66a2ea46 (diff) | |
download | tor-066748c9cde058db4c12dec0675c036ac11d7e84.tar.gz tor-066748c9cde058db4c12dec0675c036ac11d7e84.zip |
Add a DormantTimeoutEnabled to disable dormant mode entirely
(If you need to do this in an older version you can just set
DormantClientTimeout to something huge.)
Closes #40228.
Diffstat (limited to 'doc/man/tor.1.txt')
-rw-r--r-- | doc/man/tor.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index b57c6ec70a..bec45dee6a 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -1888,6 +1888,12 @@ The following options control when Tor enters and leaves dormant mode: counts as client activity for the purpose of DormantClientTimeout. If false, then only network activity counts. (Default: 1) +[[DormantTimeoutEnabled]] **DormantTimeoutEnabled** **0**|**1**:: + If false, then no amount of time without activity is sufficient to + make Tor go dormant. Setting this option to zero is only recommended for + special-purpose applications that need to use the Tor binary for + something other than sending or receiving Tor traffic. (Default: 1) + == NODE SELECTION OPTIONS // These options are in alphabetical order, with exceptions as noted. |