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