TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

BBR: Congestion-Based Congestion Control

40 pointsby alanfranzoniover 8 years ago

3 comments

r1chover 8 years ago
This sounds amazing. Poor TCP congestion control algorithms have long been the limiting factor of today&#x27;s broadband connections never reaching their potential speed. It looks like this was already patched into the kernel for those interested: <a href="https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;701149&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;701149&#x2F;</a> - can&#x27;t wait to experiment with this!
akshaynover 8 years ago
This is a delay-based scheme; it is unlikely to work well if competing with a drop-based aggressive scheme like TCP Cubic.<p>As a result, while BBR is fantastic for deployment e.g. in Google&#x27;s private WAN, it&#x27;s unclear how well it would do in the Internet, and initial experiments are not promising [1].<p>[1] <a href="http:&#x2F;&#x2F;www.ietf.org&#x2F;mail-archive&#x2F;web&#x2F;tsvwg&#x2F;current&#x2F;msg14798.html" rel="nofollow">http:&#x2F;&#x2F;www.ietf.org&#x2F;mail-archive&#x2F;web&#x2F;tsvwg&#x2F;current&#x2F;msg14798....</a>
评论 #13089157 未加载
X86BSDover 8 years ago
I believe I read yesterday this is being committed soon to FreeBSD head.