这个开源发布包含了与BBR拥塞控制算法相关的文档、脚本和其他材料。
快速链接:
- TCP BBRv3 发布: https://github.com/google/bbr/blob/v3/README.md
- BBR常见问题: https://github.com/google/bbr/blob/master/Documentation/bbr-faq.md
- TCP BBR快速入门:在Google计算引擎上构建和运行TCP BBR: https://github.com/google/bbr/blob/master/Documentation/bbr-quick-start.md
- 邮件列表:欢迎在BBR的公共电子邮件列表中分享测试结果、性能评估、反馈以及与BBR相关的讨论: https://groups.google.com/d/forum/bbr-dev
我们团队的最新BBR代码
-
Linux TCP BBR: https://github.com/google/bbr/blob/v3/net/ipv4/tcp_bbr.c
-
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.h
BBR v1 发布
-
Linux TCP BBR: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/tree/net/ipv4/tcp_bbr.c
-
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.h
这不是谷歌的官方产品。