Enum webrtc_sctp::stack::queue::FragmentOrderError [−][src]
pub enum FragmentOrderError { NoBeginning, NoEnding, }
Variants
NoBeginning
Our first chunk (after TSN sequencing) is not a beginning fragment.
NoEnding
A new beginning fragment was found before the previous message's end chunk.
Auto Trait Implementations
impl Send for FragmentOrderError
impl Send for FragmentOrderError
impl Sync for FragmentOrderError
impl Sync for FragmentOrderError