udp_prague 0.1.1

A Rust implementation of the Prague congestion control protocol for UDP-based applications.
Documentation
1
2
3
4
5
6
7
# Documentation

Use this folder as the guided walkthrough for the repository.

1. [Embedding guide]embedding-guide.md: start here to choose an API, wire the crate into an application, and see end-to-end examples.
2. [Benchmarking and validation]benchmarking-and-validation.md: use this when you want to run the demo binaries, compare Rust against the upstream C++ reference, or reproduce validation checks.
3. [Compatibility notes]compatibility.md: keep this nearby if you need parity details or depend on compatibility aliases.