pub fn coalesce_missing(
bitmap: &PacketBitmap,
max_range: usize,
) -> Vec<RangeInclusive<u16>>Expand description
Coalesce missing packet ranges into resend requests.
pub fn coalesce_missing(
bitmap: &PacketBitmap,
max_range: usize,
) -> Vec<RangeInclusive<u16>>Coalesce missing packet ranges into resend requests.