summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-08-18 08:49:07 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-08-18 08:49:07 -0400
commit622b0f2fb1acda3e92853436f2154e1c32a297e3 (patch)
treee1986dfdcf08e9849a790a0a454458135bc0510d /changes
parent8ca478234056e051aed0175a0d3c0b2a9f179fe6 (diff)
parentdeea19637006dd9bf65431acf2e15f96f3209602 (diff)
downloadtor-622b0f2fb1acda3e92853436f2154e1c32a297e3.tar.gz
tor-622b0f2fb1acda3e92853436f2154e1c32a297e3.zip
Merge branch 'maint-0.4.4' into release-0.4.4
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.