Browse Source

Changes file for "Dormant Mode" (28335, 2149).

Nick Mathewson 6 years ago
parent
commit
e12fdeb181
1 changed files with 7 additions and 0 deletions
  1. 7 0
      changes/ticket28335

+ 7 - 0
changes/ticket28335

@@ -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.