Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 656 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 656 Bytes

CCP Algorithm: BBR

This repository provides a simplified implementation of Google's BBR congestion control algorithm using CCP.

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

NOTE: So far, this implementation only covers the high-level concepts in BBR. It does not yet handle all of the edge cases and thus will not perform exactly the same as the canonical implementation in all scenarios. We are currently working on improving this implementation to match the canonical one.