pub(crate) fn timeout_opt( fd: c_int, opt: c_int, val: c_int, ) -> Result<Option<Duration>>
Wrapper around getsockopt to deal with platform specific timeouts.
getsockopt