Struct nix::sys::socket::sockopt::TcpMaxSeg [−][src]
pub struct TcpMaxSeg;
Expand description
The maximum segment size for outgoing TCP packets.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TcpMaxSeg
impl UnwindSafe for TcpMaxSeg
Blanket Implementations
Mutably borrows from an owned value. Read more