]> git.ipfire.org Git - thirdparty/bind9.git/commit
Temporarily move dns_tcpmsg functionality into dispatch
authorEvan Hunt <each@isc.org>
Sat, 19 Dec 2020 01:21:00 +0000 (17:21 -0800)
committerEvan Hunt <each@isc.org>
Sat, 2 Oct 2021 18:39:56 +0000 (11:39 -0700)
commit2c7232d82f56e030956989cf49e06cd9d1f3ec1e
tree4f83c0b2eaf9ed6f8ff91c0e30a504221f69d12a
parent4f30b679e7c561f73ff6824fbdea09521748a61b
Temporarily move dns_tcpmsg functionality into dispatch

Continuing the effort to move all uses of the isc_socket API into
dispatch.c, this commit removes the dns_tcpmsg module entirely, as
dispatch was its only caller, and moves the parts of its functionality
that were being used into the dispatch module.

This code will be removed when we switch to using netmgr TCPDNS.
bin/named/controlconf.c
lib/dns/Makefile.am
lib/dns/dispatch.c
lib/dns/include/dns/tcpmsg.h [deleted file]
lib/dns/tcpmsg.c [deleted file]
lib/dns/xfrin.c
lib/ns/include/ns/client.h
util/copyrights