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