Files
bind9/lib/dns
Ondřej Surý f0feaa3305 Remove isc_task_sendto(anddetach) functions
The only place where isc_task_sendto() was used was in dns_resolver
unit, where the "sendto" part was actually no-op, because dns_resolver
uses bound tasks.  Remove the isc_task_sendto() and
isc_task_sendtoanddetach() functions in favor of using bound tasks
create with isc_task_create_bound().

Additionally, cache the number of running netmgr threads (nworkers)
locally to reduce the number of function calls.
2022-04-19 14:24:36 +02:00
..
2022-04-11 17:29:03 -07:00
2022-04-01 23:45:23 +02:00
2022-03-29 14:14:49 -07:00
2022-03-25 10:38:35 +01:00
2022-04-01 23:50:34 +02:00
2022-04-04 21:20:05 +02:00
2022-04-13 13:26:59 +02:00