Enum webrtc_sctp::stack::queue::FragmentOrderError[][src]

pub enum FragmentOrderError {
    NoBeginning,
    NoEnding,
}

Variants

Our first chunk (after TSN sequencing) is not a beginning fragment.

A new beginning fragment was found before the previous message's end chunk.

Auto Trait Implementations