bind9/lib/dns/include
Ondřej Surý f106d0ed2b Run the RPZ update as offloaded work
Previously, the RPZ updates ran quantized on the main nm_worker loops.
As the quantum was set to 1024, this might lead to service
interruptions when large RPZ update was processed.

Change the RPZ update process to run as the offloaded work.  The update
and cleanup loops were refactored to do as little locking of the
maintenance lock as possible for the shortest periods of time and the db
iterator is being paused for every iteration, so we don't hold the rbtdb
tree lock for prolonged periods of time.
2022-04-04 21:20:05 +02:00
..
dns Run the RPZ update as offloaded work 2022-04-04 21:20:05 +02:00
dst Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00