summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-11 17:01:49 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-11 17:01:49 -0400
commita02002dc9915d4f26d374f0784c7cbf916a653b0 (patch)
tree6d755f587ab4c4a052e460a0436ed60abcdaf47b /changes
parent431dcc42e028e1b56f60131e3e153296ff73c25e (diff)
downloadtor-a02002dc9915d4f26d374f0784c7cbf916a653b0.tar.gz
tor-a02002dc9915d4f26d374f0784c7cbf916a653b0.zip
Lower the minimum value for MaxMemInQueues to 64 MB for relays.
For clients, there is no minimum value; in both cases, we warn if the value seems too low. Closes ticket 24308.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket243086
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket24308 b/changes/ticket24308
new file mode 100644
index 0000000000..e614785265
--- /dev/null
+++ b/changes/ticket24308
@@ -0,0 +1,6 @@
+ o Minor features (denial-of-service memory limiter):
+ - Allow the user to configure even lower values for the MaxMemInQueues
+ parameter. Relays now enforce a minimum of 64 MB, when previously
+ the minimum was 256 MB. On clients, there is no minimum. Relays and
+ clients will both warn if the value is set so low that Tor is likely
+ to stop working. Closes ticket 24308.