pub fn set_socket_linger<Fd: AsFd>(
    fd: &Fd,
    linger: Option<Duration>
) -> Result<()>
Expand description