aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-03-17 13:48:00 -0400
committerNick Mathewson <nickm@torproject.org>2019-04-04 11:48:36 -0400
commitd194f6bedf48410132b03fdab06b679512c14db1 (patch)
treefe698e0a444763f3c4bd0ac99bf6504d3b2d0d95 /doc
parent1547fd99a68cb22410ed0842267fb0a1f1de925f (diff)
downloadtor-d194f6bedf48410132b03fdab06b679512c14db1.tar.gz
tor-d194f6bedf48410132b03fdab06b679512c14db1.zip
Implement an DormantCanceledByStartup option
Closes ticket 29357, and comes with appropriate notions of caution.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 52f5bfa0c3..ea9942a28d 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1850,6 +1850,21 @@ The following options are useful only for clients (that is, if
After the first time Tor starts, it begins in dormant mode if it was
dormant before, and not otherwise. (Default: 0)
+[[DormantCanceledByStartup]] **DormantCanceledByStartup** **0**|**1**::
+ By default, Tor starts in active mode if it was active the last time
+ it was shut down, and in dormant mode if it was dormant. But if
+ this option is true, Tor treats every startup event as user
+ activity, and Tor will never start in Dormant mode, even if it has
+ been unused for a long time on previous runs. (Default: 0)
+ +
+ Note: Packagers and application developers should change the value of
+ this option only with great caution: it has the potential to
+ create spurious traffic on the network. This option should only
+ be used if Tor is started by an affirmative user activity (like
+ clicking on an applcation or running a command), and not if Tor
+ is launched for some other reason (for example, by a startup
+ process, or by an application that launches itself on every login.)
+
SERVER OPTIONS
--------------