rtc-rtcp 0.21.0-alpha.2

RTC RTCP in Rust
Documentation
1
2
3
4
5
6
7
8
/// RFC 8888 congestion control feedback: per-packet arrival, ECN and arrival-time offsets.
pub mod cc_feedback_report;
/// RRR: asks a sender to resynchronize as quickly as it can.
pub mod rapid_resynchronization_request;
/// Transport-wide congestion control feedback: per-packet arrival status and deltas.
pub mod transport_layer_cc;
/// Generic NACK, which lists sequence numbers the receiver did not get.
pub mod transport_layer_nack;