Skip to content

Commit

Permalink
Merge branch 'disable_signal_handlers_squashed'
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jan 19, 2018
2 parents e7231f3 + b698fa4 commit ed2a430
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions control-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3265,8 +3265,25 @@
TAKEOWNERSHIP. It will be automatically authenticated. This option
should only be used by other programs that are starting Tor.

This option cannot be changed via SETCONF; it must be set in a torrc or
via the command line.

(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
Expand Down

0 comments on commit ed2a430

Please sign in to comment.