]> 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 10:30:29 +0000 (12:30 +0200)
commit3ee5ea2fdb33d3cf0be0b5b22edc57551fd8caa0
treeafff4bd8693d9e996f18029018a26e8b35804781
parente7abb07030aabfa777557975a1ce7963e09ce9fb
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