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