bind9/lib/dns/include
Ondřej Surý 838850612f Replace the dns_io_t mechanism with offloaded threads
Previously, the zone loading and dumping was effectively serialized by
the dns_io_t mechanism.  In theory, more IO operations could be run in
parallel, but the zone manager .iolimit was set to 1 and never increased
as dns_zonemgr_setiolimit() was never ever called.

As the dns_master asynchronous load and dump was already offloaded to
non-worker threads with isc_work mechanism, drop the whole dns_io_t
and just rely on the isc_work to do the load and dump scheduling.
2023-01-23 12:36:07 -08:00
..
dns Replace the dns_io_t mechanism with offloaded threads 2023-01-23 12:36:07 -08:00
dst Replace alg_totext with dst_hmac_algorithm_totext 2022-09-27 16:54:39 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00