Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 694 Bytes

File metadata and controls

21 lines (15 loc) · 694 Bytes

BBR Lite

Implementation of Minimum BBR Congestion Algorithm

Simplified and modified the built-in BBR algorithm in Linux Kernel:

  • Removed useless libraries (such as TCP)
  • Added multi window flow control
  • Added attribute separation (allowing separate append)
  • Added allowed maximum cache window for attributes
  • improving performance slightly

Pure C and standard library implementation, allowing compilation into dynamic libraries including WASM or static libraries.

For usage, you can look test, or original repository.