]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for "Dormant Mode" (28335, 2149).
authorNick Mathewson <nickm@torproject.org>
Mon, 26 Nov 2018 21:39:44 +0000 (16:39 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 26 Nov 2018 21:39:44 +0000 (16:39 -0500)
changes/ticket28335 [new file with mode: 0644]

diff --git a/changes/ticket28335 b/changes/ticket28335
new file mode 100644 (file)
index 0000000..eecf7c7
--- /dev/null
@@ -0,0 +1,7 @@
+  o Major features (client):
+    - When Tor is running as a client, and it is unused for a long time, it
+      can now enter a "dormant" state.  When Tor is dormant, it avoids
+      network activity and CPU wakeups until it is reawoken either by a user
+      request or by a controller command.  For more information, see
+      the configuration options starting with "Dormant". Implements tickets
+      2149 and 28335.