]> git.ipfire.org Git - thirdparty/bind9.git/commit
Create per-thread task for dns_adb resolver fetches
authorOndřej Surý <ondrej@isc.org>
Thu, 13 Oct 2022 06:11:30 +0000 (08:11 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 30 Nov 2022 09:03:24 +0000 (10:03 +0100)
commit66d8bb03cbe8831349d8620a511276ff703143ff
treeeff2a6e45329b55b177cfc956e188c47081c1be8
parent0d4ef6fcd7316dd9594d24b30639b9dd231c5bc8
Create per-thread task for dns_adb resolver fetches

The dns_adb would serialize all fetches on a single task.  Create a
per-thread task, so the fetches will stay local to the thread that
initiated the fetch.
lib/dns/adb.c
lib/dns/include/dns/adb.h
lib/dns/view.c