]> git.ipfire.org Git - thirdparty/tor.git/commit
bug10449: a dying owning controller makes Tor exit immediately
authorNick Mathewson <nickm@torproject.org>
Mon, 3 Feb 2014 17:54:06 +0000 (12:54 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 3 Feb 2014 17:54:06 +0000 (12:54 -0500)
commitf96400d9df4cdf22db0c473be21024b60673b786
tree15af08b651eac6dc0b0f753fdf7b242ee620f752
parent696b484d4dc2e78ff8cf0f7c512d0dc3297197d9
bug10449: a dying owning controller makes Tor exit immediately

If you want a slow shutdown, send SIGNAL SHUTDOWN.

(Why not just have the default be SIGNAL QUIT?  Because this case
should only happen when an owning controller has crashed, and a
crashed controller won't be able to give the user any "tor is
shutting down" feedback, and so the user gets confused for a while.
See bug 10449 for more info)
changes/bug10449 [new file with mode: 0644]
src/or/control.c