Skip to content

Simple CCP algorithm that sets a constant cwnd or rate

Notifications You must be signed in to change notification settings

ccp-project/const

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CCP Algorithm: Constant Rate (or CWND)

This repository provides a minimal CCP algorithm that sets the cwnd (or rate with a cwnd cap) for each new connection to a static value and maintains it for the life of the connection.

It's useful for creating constant bit-rate traffic or as a good starting point example for writing a new algorithm.

To get started using this algorithm with CCP, please see our guide.

About

Simple CCP algorithm that sets a constant cwnd or rate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages