netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 net-next] tcp: do not use RTT from delayed ACKs for min-RTT
@ 2018-01-17 20:10 Yuchung Cheng
  2018-01-17 20:11 ` [PATCH 1/2 net-next] tcp: avoid min-RTT overestimation from delayed ACKs Yuchung Cheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yuchung Cheng @ 2018-01-17 20:10 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, ncardwell, soheil, Yuchung Cheng

This patch set prevents TCP sender from using RTT samples from
(suspected) delayed ACKs as the minimum RTT, to avoid unbounded
over-estimation of the network path delay. This issue is common
when a connection has extended periods of one packet chit-chat
beyond the min RTT filter window. The first patch does that for TCP
general min RTT estimation. The second patch addresses specifically
the BBR congestion control's min RTT filter.

Yuchung Cheng (2):
  tcp: avoid min-RTT overestimation from delayed ACKs
  tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR

 include/net/tcp.h    |  1 +
 net/ipv4/tcp_bbr.c   |  3 ++-
 net/ipv4/tcp_input.c | 24 ++++++++++++++++++++++--
 3 files changed, 25 insertions(+), 3 deletions(-)

-- 
2.16.0.rc1.238.g530d649a79-goog

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-19 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17 20:10 [PATCH 0/2 net-next] tcp: do not use RTT from delayed ACKs for min-RTT Yuchung Cheng
2018-01-17 20:11 ` [PATCH 1/2 net-next] tcp: avoid min-RTT overestimation from delayed ACKs Yuchung Cheng
2018-01-17 20:11 ` [PATCH 2/2 net-next] tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR Yuchung Cheng
2018-01-19 20:39 ` [PATCH 0/2 net-next] tcp: do not use RTT from delayed ACKs for min-RTT David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).