]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-min-rtt'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Jan 2018 20:39:31 +0000 (15:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jan 2018 20:39:31 +0000 (15:39 -0500)
commit4e0d6e423387ca90cc0c49610e05b9ec94d157b6
treef72181b7dfc5d58ee416a996028ea5c3698a206c
parent7f808b02331fa096522389ee67de91f1c4b08636
parentde98d5d1d6c1b7c047706faf73ca0111274f3e11
Merge branch 'tcp-min-rtt'

Yuchung Cheng says:

====================
tcp: do not use RTT from delayed ACKs for min-RTT

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>