udp_prague 0.1.1

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

pub mod pkt_format;

pub use self::pkt_format::*;