On Sun, 2016-11-27 at 23:07 -0800, Yuchung Cheng wrote: > This patch set provides instrumentation on TCP sender limitations. > While developing the BBR congestion control, we noticed that TCP > sending process is often limited by factors unrelated to congestion > control: insufficient sender buffer and/or insufficient receive > window/buffer to saturate the network bandwidth. Unfortunately these > limits are not visible to the users and often the poor performance > is attributed to the congestion control of choice.
For the whole series : Acked-by: Eric Dumazet <eduma...@google.com> Thanks !