Struct nix::sys::socket::sockopt::TcpUserTimeout [−][src]
pub struct TcpUserTimeout;
Expand description
Specifies the maximum amount of time in milliseconds that transmitted data may remain unacknowledged before TCP will forcibly close the corresponding connection
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TcpUserTimeout
impl Send for TcpUserTimeout
impl Sync for TcpUserTimeout
impl Unpin for TcpUserTimeout
impl UnwindSafe for TcpUserTimeout
Blanket Implementations
Mutably borrows from an owned value. Read more