]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Reduce the number of outgoing queries
authorOndřej Surý <ondrej@isc.org>
Thu, 20 Nov 2025 12:32:42 +0000 (13:32 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 20 Nov 2025 12:32:42 +0000 (13:32 +0100)
commit37d851df37f83c6addffc6d4b5f76281dbb348d1
tree78dac79ffe9198eb0ae2ef3d0446882420d6c743
parentd091771b4245e76974e7b1ab7640d8894b8d19ad
parentd51effdb48228f7a4cc41345d72a3b039639ef7c
chg: usr: Reduce the number of outgoing queries

Reduces the number of outgoing queries when resolving the nameservers
for delegation points.  This helps the DNS resolver with cold cache
resolve client queries with complex delegation chains and redirections.

Merge branch 'ondrej/fctx_getaddresses' into 'main'

See merge request isc-projects/bind9!11148