Sets the timeout option of receiving operations.
impl Socket {
fn set_recv_timeout(&self, val: Option<Time>) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | The timeout option of receiving operations. |
A None argument implies that operations never time-out.
socket(7) and SO_RCVTIMEO therein