]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Simplify the delegation database memory management
authorOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 11:25:09 +0000 (13:25 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Jun 2026 11:25:09 +0000 (13:25 +0200)
This is an internal simplification of the delegation database's memory
management, replacing the per-thread eviction lists and deferred,
cross-thread record cleanup with a single shared eviction list and
immediate cleanup. There is no change to how delegations are cached or
resolved.

Merge branch 'ondrej/delegdb-shared-sieve-lru' into 'main'

See merge request isc-projects/bind9!12181


Trivial merge