Implement an DormantCanceledByStartup option

Closes ticket 29357, and comes with appropriate notions of caution.
This commit is contained in:
Nick Mathewson
2019-03-17 13:48:00 -04:00
parent 1547fd99a6
commit d194f6bedf
6 changed files with 40 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor features (dormant mode):
- Add a DormantCanceledByStartup option to tell Tor that it should
treat a startup event as cancelling any previous dormant state.
Integrators should use this option with caution: it should
only be used if Tor is being started because of something that the
user did, and not if Tor is being automatically started in the
background. Closes ticket 29357.