udp_prague 0.1.0

A Rust implementation of the Prague congestion control protocol for UDP-based applications.
Documentation
1
2
3
4
5
//! Prague congestion-control types and logic.

pub mod prague_cc;

pub use self::prague_cc::*;