diff options
author | Kevin Yang <yyd@google.com> | 2018-08-22 17:43:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-22 21:45:32 -0700 |
commit | 5490b32dce6932ea7ee8e3b2f76db2957c92af6e (patch) | |
tree | b574deed86b5ef6c358e8531c02656ebcff8638d /samples | |
parent | fb99886224294b2291d267da41395022fa4200e2 (diff) | |
download | linux-5490b32dce6932ea7ee8e3b2f76db2957c92af6e.tar.bz2 |
tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
This patch fix the case where BBR does not exit PROBE_RTT mode when
it restarts from idle. When BBR restarts from idle and if BBR is in
PROBE_RTT mode, BBR should check if it's time to exit PROBE_RTT. If
yes, then BBR should exit PROBE_RTT mode and restore the cwnd to its
full value.
Fixes: 0f8782ea1497 ("tcp_bbr: add BBR congestion control")
Signed-off-by: Kevin Yang <yyd@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Yuchung Cheng <ycheng@google.com>
Reviewed-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions