generic_cong_avoid

Crates.iogeneric_cong_avoid
lib.rsgeneric_cong_avoid
version0.4.0
sourcesrc
created_at2018-10-30 21:58:02.083623
updated_at2022-11-09 20:58:43.722719
descriptionA Congestion Control Plane
homepagehttps://ccp-project.github.io
repositoryhttps://github.com/ccp-project/generic-cong-avoid
max_upload_size
id93684
size50,868
Akshay Narayan (akshayknarayan)

documentation

README

CCP Algorithm: Generic Congestion Avoidance

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.

Notes

  • In order to use this algorithm for congestion control, you also need to install a CCP datapath. If you see errors about not being able to install a datapath program, it means that you have either not installed a datapath, or the IPC mechanism between the algorithm and datapath is not configured properly.
  • For a simple example of how to use this API, see src/reno.rs.
Commit count: 56

cargo fmt