bind9/lib/ns
Ondřej Surý 6fd06c461b
Make dns_dispatch bound to threads
Instead of high number of dispatches (4 * named_g_udpdisp)[1], make the
dispatches bound to threads and make dns_dispatchset_t create a dispatch
for each thread (event loop).

This required couple of other changes:

1. The dns_dispatch_createudp() must be called on loop, so the isc_tid()
   is already initialized - changes to nsupdate and mdig were required.

2. The dns_requestmgr had only a single dispatch per v4 and v6.  Instead
   of using single dispatch, use dns_dispatchset_t for each protocol -
   this is same as dns_resolver.
2023-09-16 07:32:17 +02:00
..
include Make dns_dispatch bound to threads 2023-09-16 07:32:17 +02:00
.gitignore Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
client.c Allocate DNS send buffers using dedicated per-worker memory arenas 2023-09-05 09:39:41 +02:00
hooks.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
interfacemgr.c Apply the isc_mem_cget semantic patch 2023-08-31 22:08:35 +02:00
listenlist.c Report when loading of dhparam-file fails 2023-04-03 12:06:04 +10:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
notify.c convert TSIG keyring storage from RBT to hash table 2023-06-14 08:14:38 +00:00
probes.d Add a probe when the response rate limiting drops or slips query 2023-08-21 18:39:53 +02:00
query.c Apply the isc_mem_cget semantic patch 2023-08-31 22:08:35 +02:00
server.c Allocate DNS send buffers using dedicated per-worker memory arenas 2023-09-05 09:39:41 +02:00
sortlist.c remove some unused functions 2023-02-13 11:50:59 -08:00
stats.c Refactor isc_stats_create() and its downstream users to return void 2023-07-27 11:37:44 +02:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
update.c Apply the isc_mem_cget semantic patch 2023-08-31 22:08:35 +02:00
xfrout.c convert TSIG keyring storage from RBT to hash table 2023-06-14 08:14:38 +00:00