dnstap io, connect and write over TCP.

This commit is contained in:
W.C.A. Wijngaards
2020-01-31 17:07:40 +01:00
parent 27a5239ccf
commit 1420d59949
4 changed files with 125 additions and 15 deletions
+5
View File
@@ -577,3 +577,8 @@ void wsvc_cron_cb(void* ATTR_UNUSED(arg))
}
#endif /* UB_ON_WINDOWS */
int tcp_connect_errno_needs_log(struct sockaddr* ATTR_UNUSED(addr),
socklen_t ATTR_UNUSED(addrlen))
{
return 1;
}