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