Home
last modified time | relevance | path

Searched refs:TCP_KEEPALIVE_ABORT_THRESHOLD (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dtcp.c485 * you can use the TCP_KEEPALIVE_ABORT_THRESHOLD socket option to change the time threshold for aborting a TCP connection. in uv__tcp_keepalive()
519 * simulate the tcp-alive mechanism on other platforms via `TCP_KEEPALIVE_THRESHOLD` + `TCP_KEEPALIVE_ABORT_THRESHOLD`. in uv__tcp_keepalive()
530 if (setsockopt(fd, IPPROTO_TCP, TCP_KEEPALIVE_ABORT_THRESHOLD, &time_to_abort, sizeof(time_to_abort))) in uv__tcp_keepalive()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1799 pub const TCP_KEEPALIVE_ABORT_THRESHOLD: ::c_int = 0x17; consts

Completed in 9 milliseconds