rustix::backend::net::sockopt

Function set_tcp_keepcnt

Source
pub(crate) fn set_tcp_keepcnt(fd: BorrowedFd<'_>, count: u32) -> Result<()>