Searched refs:TCP_KEEPALIVE (Results 1 – 11 of 11) sorted by relevance
41 #ifndef TCP_KEEPALIVE42 # define TCP_KEEPALIVE 3 macro
71 TCP_KEEPALIVE, in uv__tcp_keepalive()
404 #if defined(TCP_KEEPALIVE) && !defined(__sun) in uv__tcp_keepalive()405 if (on && setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &delay, sizeof(delay))) in uv__tcp_keepalive()
280 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ macro
149 #ifdef TCP_KEEPALIVE in tcpkeepalive()153 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPALIVE, in tcpkeepalive()
609 Add socket.TCP_KEEPALIVE support for macOS. Patch by Shane Harvey.
3165 case TCP_KEEPALIVE: in lwip_getsockopt_impl()3642 case TCP_KEEPALIVE: in lwip_setsockopt_impl()
8160 #if defined(__APPLE__) && defined(TCP_KEEPALIVE)8161 PyModule_AddIntMacro(m, TCP_KEEPALIVE);
388 Added ``TCP_KEEPALIVE``. On MacOS this constant can be used in the same
6415 self.assertTrue(socket.TCP_KEEPALIVE)
1119 * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis)