]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move isc_socket_sendto2() calls into dispatch
authorEvan Hunt <each@isc.org>
Tue, 5 Jan 2021 07:03:50 +0000 (23:03 -0800)
committerEvan Hunt <each@isc.org>
Sat, 2 Oct 2021 18:39:56 +0000 (11:39 -0700)
commit2523be1cbebc366dc6bc8401e0e51fde0758cc51
tree5c812387a2db5ff5f61c9ccc60cfe14960e6b8a2
parent655e7fcacc07dd4f2df3a2afe11b2ca0c751a82c
Move isc_socket_sendto2() calls into dispatch

We now use dns_dispatch_send() for this purpose.
lib/dns/dispatch.c
lib/dns/include/dns/dispatch.h
lib/dns/request.c
lib/dns/resolver.c