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