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
mod aimd_rate_control;
mod bwe_defines;
// unused?
//mod inter_arrival;

pub use aimd_rate_control::*;
pub use bwe_defines::*;