Files
bind9/bin/named/include/named
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
..
2023-03-10 17:31:28 +01:00
2023-09-16 07:32:17 +02:00
2022-08-25 17:17:07 +02:00
2023-02-18 20:23:41 +00:00
2023-03-10 17:31:28 +01:00
2023-08-01 06:55:48 +00:00