Module webrtc_sctp::stack::recvtracker[][src]

Structs

RecvTracker

Track received TSNs and produce SACK chunks when needed. This struct currently uses a BTreeSet to track gap ack blocks (non-consecutive TSN ranges), which may be overkill for this application since the number of such blocks will likely be small in the common case. Realistically, we won't be able to report more than 368 gap blocks in a SACK given an MTU of 1500, although we may internally track a much larger number.