Google introduce a new TCP congestion control algorithm

This commit implements a new TCP congestion control algorithm: BBR (Bottleneck Bandwidth and RTT). A detailed description of BBR will be published in ACM Queue, Vol. 14 No. 5, September-October 2016, as “BBR: Congestion-Based Congestion Control”. BBR has significantly increased throughput and reduced latency for connections on Google’s internal backbone networks and google.com and YouTube Web servers. BBR requires only changes on the sender side, not in the network or the receiver side. Thus it can be incrementally deployed on today’s Internet, or in datacenters.

Source: [net-next,14/14] tcp_bbr: add BBR congestion control – Patchwork

Leave a Reply

Your email address will not be published. Required fields are marked *