diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-26 16:39:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-26 16:39:44 -0500 |
commit | e12fdeb18199925070f4e99e60f2c5bda7f6af82 (patch) | |
tree | 30caddc7df2673a77c27e9fa71daa3253de66c73 /changes | |
parent | 7d8e0cc9abf2a74789e635d2fd4d0e18b8e0d1fe (diff) | |
download | tor-e12fdeb18199925070f4e99e60f2c5bda7f6af82.tar.gz tor-e12fdeb18199925070f4e99e60f2c5bda7f6af82.zip |
Changes file for "Dormant Mode" (28335, 2149).
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28335 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket28335 b/changes/ticket28335 new file mode 100644 index 0000000000..eecf7c7fd9 --- /dev/null +++ b/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. |