relay: Change DNS timeout label on MetricsPort
[tor.git] / changes / ticket40527
blob25bf6c57e3f1088ae9d83330afe84c290230e96d
1   o Major bugfixes (relay, overload):
2     - Don't make Tor DNS timeout trigger an overload general state. These
3       timeouts are different from DNS server timeout. They have to be seen as
4       timeout related to UX and not because of a network problem. Fixes bug
5       40527; bugfix on 0.4.6.1-alpha.
6     - Change the MetricsPort DNS "timeout" label to be "tor_timeout" in order
7       to indicate that this was a DNS timeout from tor perspective and not the
8       DNS server itself.
9     - Deprecate overload_dns_timeout_period_secs and
10       overload_dns_timeout_scale_percent consensus parameters as well. They
11       were used to assess the overload state which is no more now.