bind9/lib/isc/include
Ondřej Surý 1b3b0cef22
Split fast and slow task queues
Change the taskmgr (and thus netmgr) in a way that it supports fast and
slow task queues.  The fast queue is used for incoming DNS traffic and
it will pass the processing to the slow queue for sending outgoing DNS
messages and processing resolver messages.

In the future, more tasks might get moved to the slow queues, so the
cached and authoritative DNS traffic can be handled without being slowed
down by operations that take longer time to process.
2024-02-01 21:47:29 +01:00
..
isc Split fast and slow task queues 2024-02-01 21:47:29 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00