Function set_tcp_thin_linear_timeouts

Source
pub fn set_tcp_thin_linear_timeouts<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Available on crate feature net only.
Expand description

setsockopt(fd, IPPROTO_TCP, TCP_THIN_LINEAR_TIMEOUTS, value)

See the module-level documentation for more.