]> 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:05 +0000 (09:54 +0100)
commitfce3c93ea2ac63cd06faf817abf3c775fe11a33d
tree8c4204291899c3f53e46d2d7da756eb7b88b07a8
parent7346e6d3b5ae90a2f47de836d84538ecfa550a5c
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.
bin/tests/system/legacy/tests.sh
lib/dns/resolver.c