mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
- Use TCP_NODELAY on TLS sockets to speed up the TLS handshake.
This commit is contained in:
@@ -1938,7 +1938,8 @@ int comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
|
||||
}
|
||||
|
||||
int outnet_get_tcp_fd(struct sockaddr_storage* ATTR_UNUSED(addr),
|
||||
socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp))
|
||||
socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss),
|
||||
int ATTR_UNUSED(dscp), int ATTR_UNUSED(nodelay))
|
||||
{
|
||||
log_assert(0);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user