]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: Add file for ticket 40491
authorDavid Goulet <dgoulet@torproject.org>
Wed, 20 Oct 2021 13:15:51 +0000 (09:15 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 20 Oct 2021 13:15:51 +0000 (09:15 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket40491 [new file with mode: 0644]

diff --git a/changes/ticket40491 b/changes/ticket40491
new file mode 100644 (file)
index 0000000..01c6c7d
--- /dev/null
@@ -0,0 +1,7 @@
+  o Major bugfixes (relay, overload state):
+    - Report the general overload state for DNS timeout errors only if X% of all
+      DNS queries over Y seconds are errors. Before that, it only took 1 timeout
+      to report the overload state which was just too low of a threshold. The X
+      and Y values are 1% and 10 minutes respectively but they are also
+      controlled by consensus parameters. Fixes bug 40491; bugfix on
+      0.4.6.1-alpha.