Struct quinn_udp::UdpState [−][src]
pub struct UdpState { /* fields omitted */ }
Expand description
The capabilities a UDP socket suppports on a certain platform
Implementations
The maximum amount of segments which can be transmitted if a platform supports Generic Send Offload (GSO).
This is 1 if the platform doesn’t support GSO. Subject to change if errors are detected while using GSO.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UdpState
impl UnwindSafe for UdpState
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more