tcp: fix off-by-one bug on aborting window-probing socket
authorYuchung Cheng <ycheng@google.com>
Thu, 29 Nov 2018 00:06:43 +0000 (16:06 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Dec 2019 09:41:16 +0000 (10:41 +0100)
commit4ae7b6e070902ff3caf262bfc6d9ef52d2704ed0
tree9a9ba9afbd0c074adfa6c4dd776bb9492dff9820
parent9e086e8843f7bc3de5dcd30137cfa54155cd3958
tcp: fix off-by-one bug on aborting window-probing socket

[ Upstream commit 3976535af0cb9fe34a55f2ffb8d7e6b39a2f8188 ]

Previously there is an off-by-one bug on determining when to abort
a stalled window-probing socket. This patch fixes that so it is
consistent with tcp_write_timeout().

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ipv4/tcp_timer.c