diff options
author | Alexander Færøy <ahf@torproject.org> | 2021-12-15 12:46:18 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2021-12-15 12:46:18 +0000 |
commit | 193781e6ef8b1236bfd51eab344abcb0e914e168 (patch) | |
tree | 309ac6564ba8c84dcbbf899b38f0b6476de1cd19 /changes | |
parent | 48d778bc3246cd7e459475f1045ad24684ddeb85 (diff) | |
parent | eb06d52dae9cbb8344f543e1077ca6f0b62a317b (diff) | |
download | tor-193781e6ef8b1236bfd51eab344abcb0e914e168.tar.gz tor-193781e6ef8b1236bfd51eab344abcb0e914e168.zip |
Merge remote-tracking branch 'tor-gitlab/mr/500' into main
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40527 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/ticket40527 b/changes/ticket40527 new file mode 100644 index 0000000000..25bf6c57e3 --- /dev/null +++ b/changes/ticket40527 @@ -0,0 +1,11 @@ + o Major bugfixes (relay, overload): + - Don't make Tor DNS timeout trigger an overload general state. These + timeouts are different from DNS server timeout. They have to be seen as + timeout related to UX and not because of a network problem. Fixes bug + 40527; bugfix on 0.4.6.1-alpha. + - Change the MetricsPort DNS "timeout" label to be "tor_timeout" in order + to indicate that this was a DNS timeout from tor perspective and not the + DNS server itself. + - Deprecate overload_dns_timeout_period_secs and + overload_dns_timeout_scale_percent consensus parameters as well. They + were used to assess the overload state which is no more now. |