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