Function rustix::net::sockopt::set_tcp_user_timeout

source ยท
pub fn set_tcp_user_timeout<Fd: AsFd>(fd: Fd, value: u32) -> Result<()>
Expand description

setsockopt(fd, IPPROTO_TCP, TCP_USER_TIMEOUT, value)

See the module-level documentation for more.