goog_cc 0.1.3

A direct Rust port of the Google Congestion Control algorithm from WebRTC
Documentation
1
2
3
4
5
6
7
8
/// A generic congestion control interface: [NetworkControllerInterface](network_control::NetworkControllerInterface).
pub mod network_control;

/// Network structs and types.
pub mod transport;

/// Some unit types, such as [DataSize](units::DataSize) and [DataRate](units::DataRate).
pub mod units;