Function set_socket_linger

Source
pub fn set_socket_linger<Fd: AsFd>(
    fd: Fd,
    value: Option<Duration>,
) -> Result<()>
Available on crate feature net only.
Expand description

setsockopt(fd, SOL_SOCKET, SO_LINGER, value)

See the module-level documentation for more.