pub fn get_tcp_keepcnt<Fd: AsFd>(fd: Fd) -> Result<u32>
Available on crate feature
net
only.Expand description
getsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT)
See the module-level documentation for more.
pub fn get_tcp_keepcnt<Fd: AsFd>(fd: Fd) -> Result<u32>
net
only.getsockopt(fd, IPPROTO_TCP, TCP_KEEPCNT)
See the module-level documentation for more.