Skip to content

netmgr refactoring: use generic functions when operating on sockets.

Witold Krecicki requested to merge wpk/tcpdns-refactoring into master

tcpdns used transport-specific functions to operate on the outer socket. Use generic ones instead, and select the proper call in netmgr.c. Make the missing functions (e.g. isc_nm_read) generic and add type-specific calls (isc__nm_tcp_read). This is the preparation for netmgr TLS layer.

Merge request reports