Function get_tcp_keepintvl
pub fn get_tcp_keepintvl<Fd>(fd: Fd) -> Result<Duration, Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
getsockopt(fd, IPPROTO_TCP, TCP_KEEPINTVL)
See the module-level documentation for more.