Function set_tcp_keepcnt
pub fn set_tcp_keepcnt<Fd>(fd: Fd, value: u32) -> Result<(), Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, value)
See the module-level documentation for more.