summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-10-20 09:15:51 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-10-20 09:15:51 -0400
commitcaa305a5adec8a0a50006d1bed3e6b019e016dd4 (patch)
tree7c91007fe5e943297397346e15cb87b99d329cbb
parent996409c9c4691fbb6cccaba11ceb84c1a5ef7906 (diff)
downloadtor-caa305a5adec8a0a50006d1bed3e6b019e016dd4.tar.gz
tor-caa305a5adec8a0a50006d1bed3e6b019e016dd4.zip
changes: Add file for ticket 40491
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--changes/ticket404917
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket40491 b/changes/ticket40491
new file mode 100644
index 0000000000..01c6c7d748
--- /dev/null
+++ b/changes/ticket40491
@@ -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.