| Crates.io | generic_cong_avoid |
| lib.rs | generic_cong_avoid |
| version | 0.4.0 |
| created_at | 2018-10-30 21:58:02.083623+00 |
| updated_at | 2022-11-09 20:58:43.722719+00 |
| description | A Congestion Control Plane |
| homepage | https://ccp-project.github.io |
| repository | https://github.com/ccp-project/generic-cong-avoid |
| max_upload_size | |
| id | 93684 |
| size | 50,868 |
This repository provides a higher-level API on top of CCP for the increase-decrease family of congestion control algorithms. It also implements TCP Reno and TCP Cubic using this API.
To get started using this algorithm with CCP, please see our guide.
src/reno.rs.