Struct nix::sys::socket::sockopt::Linger [−][src]
pub struct Linger;
Expand description
When enabled, a close(2) or shutdown(2) will not return until all queued messages for the socket have been successfully sent or the linger timeout has been reached.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Linger
impl UnwindSafe for Linger
Blanket Implementations
Mutably borrows from an owned value. Read more