Searched refs:TCP_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance
41 #ifndef TCP_KEEPALIVE42 # define TCP_KEEPALIVE 3 macro
69 TCP_KEEPALIVE, in uv__tcp_keepalive()
556 #elif defined(TCP_KEEPALIVE) in uv__tcp_keepalive()558 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &idle, sizeof(idle))) in uv__tcp_keepalive()
Completed in 14 milliseconds