Function rustix::net::sockopt::set_tcp_keepcnt
source ยท pub fn set_tcp_keepcnt<Fd: AsFd>(fd: Fd, value: u32) -> Result<()>
Expand description
setsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT, value)
See the module-level documentation for more.