Function rustix::net::sockopt::get_tcp_user_timeout

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

getsockopt(fd, IPPROTO_TCP, TCP_USER_TIMEOUT)

See the module-level documentation for more.