Function get_socket_linger
pub fn get_socket_linger<Fd>(fd: Fd) -> Result<Option<Duration>, Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
getsockopt(fd, SOL_SOCKET, SO_LINGER)
See the module-level documentation for more.