tcp: take care of compressed acks in tcp_add_reno_sack()
[ Upstream commit 19119f298bb1f2af3bb1093f5f2a1fed8da94e37 ]
Neal pointed out that non sack flows might suffer from ACK compression
added in the following patch ("tcp: implement coalescing on backlog queue")
Instead of tweaking tcp_add_backlog() we can take into
account how many ACK were coalesced, this information
will be available in skb_shinfo(skb)->gso_segs
Signed-off-by:
Eric Dumazet <edumazet@google.com>
Acked-by:
Neal Cardwell <ncardwell@google.com>
Signed-off-by:
David S. Miller <davem@davemloft.net>
Stable-dep-of: a6458ab7fd4f ("UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()")
Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please register or sign in to comment