From a02002dc9915d4f26d374f0784c7cbf916a653b0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 11 Aug 2020 17:01:49 -0400 Subject: 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. --- changes/ticket24308 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ticket24308 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf