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.