Function set_tcp_keepintvl

Source
pub fn set_tcp_keepintvl<Fd: AsFd>(fd: Fd, value: Duration) -> Result<()>
Available on crate feature net only.
Expand description

setsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL, value)

See the module-level documentation for more.