HomeSort by: relevance | last modified time | path
    Searched refs:TCP_KEEPALIVE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
winsock.h 41 #ifndef TCP_KEEPALIVE
42 # define TCP_KEEPALIVE 3
tcp.c 69 TCP_KEEPALIVE,
  /src/external/mit/libuv/dist/src/unix/
tcp.c 556 #elif defined(TCP_KEEPALIVE)
557 /* Darwin/macOS uses TCP_KEEPALIVE in place of TCP_KEEPIDLE. */
558 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE, &idle, sizeof(idle)))

Completed in 18 milliseconds