bind9/tests/libtest
Ondřej Surý 6c3f1f09b2 Improve the badcache cleaning by adding LRU and using RCU
Instead of cleaning the dns_badcache opportunistically, add per-loop
LRU, so each thread-loop can clean the expired entries.  This also
allows removal of the atomic operations as the badcache entries are now
immutable, instead of updating the badcache entry in place, the old
entry is now deleted from the hashtable and the LRU list, and the new
entry is inserted in the LRU.

(cherry picked from commit 2cb5a6210f)
2024-11-27 17:07:03 +00:00
..
dns.c Improve the badcache cleaning by adding LRU and using RCU 2024-11-27 17:07:03 +00:00
isc.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
Makefile.am Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
ns.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
qp.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00