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