pub fn tcp_keepidle<Fd: AsFd>(fd: Fd) -> Result<Duration>Expand description
getsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE)
TCP_KEEPALIVE on Apple platforms.
See the module-level documentation for more.
pub fn tcp_keepidle<Fd: AsFd>(fd: Fd) -> Result<Duration>getsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE)
TCP_KEEPALIVE on Apple platforms.
See the module-level documentation for more.