pub enum LossClass {
Wireless,
Congestion,
}Expand description
One classified loss event.
Variants§
Wireless
A random wireless drop: recover locally (FEC / interleave), do not inflate the effective-loss the controller uses to pace.
Congestion
A congestion drop: raise parity broadly and consider pacing.
Trait Implementations§
impl Copy for LossClass
impl Eq for LossClass
impl StructuralPartialEq for LossClass
Auto Trait Implementations§
impl Freeze for LossClass
impl RefUnwindSafe for LossClass
impl Send for LossClass
impl Sync for LossClass
impl Unpin for LossClass
impl UnsafeUnpin for LossClass
impl UnwindSafe for LossClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more