summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-03-12 08:40:26 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-03-23 09:40:58 -0400
commit08a1b4d6b160e0ebed379e66927114498e66122a (patch)
tree611902268bbf51261e86cb9454cd23b4be652a87 /changes
parente8d224dfb14a73e6b47ab09def56217f66a2ea46 (diff)
downloadtor-08a1b4d6b160e0ebed379e66927114498e66122a.tar.gz
tor-08a1b4d6b160e0ebed379e66927114498e66122a.zip
Add a DormantTimeoutEnabled to disable dormant mode entirely
(If you need to do this in an older version you can just set DormantClientTimeout to something huge.) Closes #40228.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket402284
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40228 b/changes/ticket40228
new file mode 100644
index 0000000000..297204decd
--- /dev/null
+++ b/changes/ticket40228
@@ -0,0 +1,4 @@
+ o Minor features (dormant mode):
+ - Add a new 'DormantTimeoutEnabled' option to allow coarse-grained
+ control over whether the client ever becomes dormant from inactivity.
+ Most people won't need this. Closes ticket 40228.