Home
last modified time | relevance | path

Searched refs:intvl (Results 1 – 1 of 1) sorted by relevance

/libuv/src/unix/
H A Dtcp.c507 int intvl; in uv__tcp_keepalive() local
511 (void) &intvl; in uv__tcp_keepalive()
560 intvl = 10; /* required at least 10 seconds */ in uv__tcp_keepalive()
561 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive()
594 intvl = 1; /* 1 second; same as default on Win32 */ in uv__tcp_keepalive()
595 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, &intvl, sizeof(intvl))) in uv__tcp_keepalive()

Completed in 8 milliseconds