]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prevent TCP failures from affecting EDNS stats
authorMichał Kępień <michal@isc.org>
Thu, 31 Oct 2019 07:48:35 +0000 (08:48 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 31 Oct 2019 08:54:23 +0000 (09:54 +0100)
commitb2ee3fa0bb9adec3ec092eebebfb46f8003061f2
tree54feed500401192270fe4b4c9b3c094673917de9
parent79a9bf6f03167ba37c156954a0237a8ff8f1a66f
Prevent TCP failures from affecting EDNS stats

EDNS mechanisms only apply to DNS over UDP.  Thus, errors encountered
while sending DNS queries over TCP must not influence EDNS timeout
statistics.

(cherry picked from commit fce3c93ea2ac63cd06faf817abf3c775fe11a33d)
bin/tests/system/legacy/tests.sh
lib/dns/resolver.c