mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
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.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include <dns/rdataset.h>
|
||||
#include <dns/result.h>
|
||||
#include <dns/soa.h>
|
||||
#include <dns/tcpmsg.h>
|
||||
#include <dns/transport.h>
|
||||
#include <dns/tsig.h>
|
||||
#include <dns/view.h>
|
||||
|
Reference in New Issue
Block a user