]> 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, 5 May 2020 21:49:22 +0000 (23:49 +0200)
commit2e73187b2dc2b20e70dcc71dc61c41ef1ba11412
treea268e1e8f3fe744c448d9ae104ac631521f6d202
parent548a004c3558888163f0f9956340dd1a169f2e30
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