]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reduce the number of fetches we make when looking up addresses
authorMark Andrews <marka@isc.org>
Thu, 6 Feb 2020 06:19:10 +0000 (17:19 +1100)
committerMichał Kępień <michal@isc.org>
Tue, 19 May 2020 12:24:53 +0000 (14:24 +0200)
commit850ca8498c8ef4e272b1c5993ba99e80442c4457
tree845607ac05f943e44779179d09b7176bc95b984b
parent7fbcb53a4d5cba8b8bb364578f6af6fc324e05bc
Reduce the number of fetches we make when looking up addresses

If there are more that 5 NS record for a zone only perform a
maximum of 4 address lookups for all the name servers.  This
limits the amount of remote lookup performed for server
addresses at each level for a given query.
lib/dns/adb.c
lib/dns/include/dns/adb.h
lib/dns/resolver.c