Skip to main content

is_socket_timeout

Function is_socket_timeout 

Source
pub fn is_socket_timeout(kind: ErrorKind) -> bool
Expand description

A blocking socket op hit its SO_RCVTIMEO/SO_SNDTIMEO.

Unix reports the expiry as WouldBlock, some platforms as TimedOut.