Skip to content

Higher level API for an increase-decrease family of congestion control algorithms

License

Notifications You must be signed in to change notification settings

ccp-project/generic-cong-avoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Higher level API for an increase-decrease family of congestion control algorithms

Resources

License

Stars

Watchers

Forks

Packages

No packages published