]> git.ipfire.org Git - thirdparty/bind9.git/commit
refactor dns_xfrin to use dns_dispatch
authorEvan Hunt <each@isc.org>
Wed, 22 Feb 2023 04:14:30 +0000 (20:14 -0800)
committerEvan Hunt <each@isc.org>
Fri, 24 Feb 2023 08:30:33 +0000 (08:30 +0000)
commitf0c766abec3db9ff15dbebc12e3f7a0e25913f7c
tree27af5711d3717eb6e44b6989dc06efdda4712b2e
parenta4c8decc6ad33f3315a0c2630e04ff29ff04b5fa
refactor dns_xfrin to use dns_dispatch

the dns_xfrin module was still using the network manager directly to
manage TCP connections and send and receive messages.  this commit
changes it to use the dispatch manager instead.
bin/tests/system/xfer/tests.sh
lib/dns/dispatch.c
lib/dns/include/dns/dispatch.h
lib/dns/include/dns/xfrin.h
lib/dns/xfrin.c
lib/dns/zone.c