aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-15 12:50:50 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-19 16:36:17 -0500
commitbc89d9de547831ed3256cf2852b67233edb66a6e (patch)
treed448b76c82817b600200fc1429e55d759959e8c6 /control-spec.txt
parentf0e54aab3a6213a2e7515af27f44fe8e6ef396d2 (diff)
downloadtorspec-bc89d9de547831ed3256cf2852b67233edb66a6e.tar.gz
torspec-bc89d9de547831ed3256cf2852b67233edb66a6e.zip
Document __DisableSignalHandlers for 24588.
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/control-spec.txt b/control-spec.txt
index c9df06d..c201889 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -3261,6 +3261,20 @@
(Integer. Default: -1.)
+ __DisableSignalHandlers
+
+ If this option is set to true during startup, then Tor will not install
+ any signal handlers to watch for POSIX signals. The SIGNAL controller
+ command will still work.
+
+ This option is meant for embedding Tor inside another process, when
+ the controlling process would rather handle signals on its own.
+
+ This option cannot be changed via SETCONF; it must be set in a torrc or
+ via the command line.
+
+ (Boolean. Default: 0.)
+
5.5. Phases from the Bootstrap status event.
This section describes the various bootstrap phases currently reported