pub fn set_socket_timeout<Fd: AsFd>(
    fd: Fd,
    id: Timeout,
    timeout: Option<Duration>
) -> Result<()>
Available on crate feature net only.
Expand description