remove all references to isc_socket and related types

Removed socket.c, socket.h, and all references to isc_socket_t,
isc_socketmgr_t, isc_sockevent_t, etc.
This commit is contained in:
Evan Hunt
2021-10-03 00:27:52 -07:00
parent 68e8b19ddc
commit a55589f881
62 changed files with 114 additions and 7438 deletions

View File

@@ -187,12 +187,12 @@ setup(void) {
isc_mem_create(&mctx);
isc_managers_create(mctx, workers, 0, 0, &netmgr, NULL, NULL, NULL);
isc_managers_create(mctx, workers, 0, &netmgr, NULL, NULL);
}
static void
teardown(void) {
isc_managers_destroy(&netmgr, NULL, NULL, NULL);
isc_managers_destroy(&netmgr, NULL, NULL);
isc_mem_destroy(&mctx);
if (tls_ctx) {
isc_tlsctx_free(&tls_ctx);