Files
linux/net/ipv4
Eric Dumazet 37a6266c89 tcp: add one more quick ack after after ECN events
[ Upstream commit 15ecbe94a4 ]

Larry Brakmo proposal ( https://patchwork.ozlabs.org/patch/935233/
tcp: force cwnd at least 2 in tcp_cwnd_reduction) made us rethink
about our recent patch removing ~16 quick acks after ECN events.

tcp_enter_quickack_mode(sk, 1) makes sure one immediate ack is sent,
but in the case the sender cwnd was lowered to 1, we do not want
to have a delayed ack for the next packet we will receive.

Fixes: 522040ea5f ("tcp: do not aggressively quick ack after ECN events")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Neal Cardwell <ncardwell@google.com>
Cc: Lawrence Brakmo <brakmo@fb.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-05-12 16:45:15 +09:00
..
2018-04-13 19:48:32 +02:00
2017-11-18 11:22:22 +01:00
2016-10-20 14:32:22 -04:00
2017-12-20 10:51:15 +01:00
2018-09-04 19:03:37 -07:00
2018-09-03 03:57:50 -07:00
2023-05-12 16:37:37 +09:00
2018-05-19 14:06:17 +02:00
2018-01-02 20:45:15 +01:00
2018-05-30 13:19:56 +02:00
2017-11-18 17:25:57 +01:00
2018-06-26 09:32:02 +08:00
2017-05-14 14:00:21 +02:00
2016-09-01 14:09:01 -07:00
2017-06-17 06:41:49 +02:00
2018-05-19 14:06:17 +02:00
2015-09-17 17:18:37 -07:00
2018-05-30 13:19:56 +02:00
2013-05-31 17:19:05 -07:00