Retrieves the timeout option of receiving operations.
impl Socket {
fn recv_timeout(&self) -> Result<Option<Time>, Errno>
}Returns the timeout of receiving operations.
A return value of None implies that operations never time-out.
socket(7) and SO_RCVTIMEO therein