goog_cc 0.1.0

A direct Rust port of the Google Congestion Control algorithm from WebRTC
Documentation
1
2
3
4
5
6
7
mod bandwidth_usage;
mod ecn_marking;
mod network_types;

pub use bandwidth_usage::*;
pub use ecn_marking::*;
pub use network_types::*;