rtc-rtcp 0.20.0

RTC RTCP in Rust
Documentation
1
2
3
4
5
6
/// 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;