bind9/lib/ns/include
Ondřej Surý 28b65d8256 Reduce the number of clientmgr objects created
Previously, as a way of reducing the contention between threads a
clientmgr object would be created for each interface/IP address.

We tasks being more strictly bound to netmgr workers, this is no longer
needed and we can just create clientmgr object per worker queue (ncpus).

Each clientmgr object than would have a single task and single memory
context.
2021-05-24 20:44:54 +02:00
..
ns Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00