udp_prague 0.1.1

A Rust implementation of the Prague congestion control protocol for UDP-based applications.
Documentation
1
2
3
4
5
//! Network/socket backend used by the runtime.

pub mod udpsocket;

pub use self::udpsocket::{Endpoint, SocketPlatformSupport, UDPSocket};