bind9/lib
Ondřej Surý 1b90d2ffdb
Reduce the number of outgoing queries
The dns_resolver mode of operation is to resolve all the domains as it
iterates the DNS tree to fill up the cache as quickly as possible.

This commit reduces the number of outgoing queries by reducing the
number of remote fetches started for the nameserver addresses resolution
via dns_adb_createfind() to a smaller number per depth of the recursion
since the delegation point (3 2 1 0) - where 0 means only create fetch
on demand if we don't have any addresses yet.
2025-11-20 13:31:11 +01:00
..
dns Reduce the number of outgoing queries 2025-11-20 13:31:11 +01:00
isc Fix building on OpenBSD 7.8 with Clang 19.1.7 2025-11-20 11:08:23 +11:00
isccc Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
isccfg enforces bounds of prefetch statement 2025-11-18 10:19:15 +01:00
ns add query ID to the query trace message 2025-11-06 15:11:45 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00