tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e12fdeb18199925070f4e99e60f2c5bda7f6af82
parent 7d8e0cc9abf2a74789e635d2fd4d0e18b8e0d1fe
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 26 Nov 2018 16:39:44 -0500

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

Diffstat:
Achanges/ticket28335 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/changes/ticket28335 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.