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