Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/bbr
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/bbr
- Owner: google
- License: apache-2.0
- Created: 2016-10-14T20:01:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T23:45:13.000Z (4 months ago)
- Last Synced: 2024-10-16T14:46:06.501Z (about 2 months ago)
- Size: 2.11 GB
- Stars: 5,628
- Watchers: 283
- Forks: 670
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- stars - google/bbr
- my-awesome - google/bbr - 10 star:5.7k fork:0.7k (Others)
- my-awesome - bbr - Google BBR (Software)
- awesome-starred - google/bbr - (others)
README
This open source distribution contains documentation, scripts, and
other materials related to the BBR congestion control algorithm.Quick links:
- TCP BBRv3 Release:
https://github.com/google/bbr/blob/v3/README.md
- BBR FAQ:
https://github.com/google/bbr/blob/master/Documentation/bbr-faq.md
- TCP BBR Quick-Start: Building and Running TCP BBR on Google Compute Engine:
https://github.com/google/bbr/blob/master/Documentation/bbr-quick-start.md
- Mailing list: Test results, performance evaluations, feedback, and
BBR-related discussions are very welcome in the public e-mail list for BBR:
https://groups.google.com/d/forum/bbr-devLatest BBR code from our team
------------------------------- For Linux TCP BBR:
https://github.com/google/bbr/blob/v3/net/ipv4/tcp_bbr.c- For QUIC BBR:
https://github.com/google/quiche/blob/main/quiche/quic/core/congestion_control/bbr2_sender.cc
https://github.com/google/quiche/blob/main/quiche/quic/core/congestion_control/bbr2_sender.hBBR v1 release
------------------------------- For Linux TCP BBR:
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/tree/net/ipv4/tcp_bbr.c- For QUIC BBR:
https://github.com/google/quiche/blob/main/quiche/quic/core/congestion_control/bbr_sender.cc
https://github.com/google/quiche/blob/main/quiche/quic/core/congestion_control/bbr_sender.hThis is not an official Google product.