Questions tagged [bbr]

Bottleneck Bandwidth and Round-trip propagation time is a congestion control algorithm for TCP.

Bottleneck Bandwidth and Round-trip propagation time is a congestion control algorithm for TCP.

This algorithm is an improvement the over previous TCP loss-based congestion control CUBIC algorithm.

The impetus for the improvements were based on the changing face of the Internet, and differences in current traffic compared to traffic using previous generation technology. In the 1980's, packet loss and congestion were synonymous, due to technology choices of that day. Due to other changes made since then, packet loss and congestion no longer have a direct correspondence with each other, leading to the need for an improvement in this TCP algorithm.

1 questions
7
votes
2 answers

TCP congestion control for IPv6 under Linux

I can type echo bbr > /proc/sys/net/ipv4/tcp_congestion_control to change the congestion control algorithm for the TCP connections running over IPv4, but how do I do it for those arriving over IPv6? Does the above command set it for both?
pQd
  • 29,981
  • 6
  • 66
  • 109