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