]> git.ipfire.org Git - people/arne_f/kernel.git/commit
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
authorEric Dumazet <edumazet@google.com>
Mon, 21 May 2018 22:08:56 +0000 (15:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Aug 2018 14:23:02 +0000 (16:23 +0200)
commit90cf17d66500d9d30a144449b78ada0d2ff2b9d1
treed340eec5f9eccf41be5872dce0ac1b8fa1f7f88a
parent8ca41e4efcfe241cad0fffe22e558399c0eabbd2
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode

[ Upstream commit 9a9c9b51e54618861420093ae6e9b50a961914c5 ]

We want to add finer control of the number of ACK packets sent after
ECN events.

This patch is not changing current behavior, it only enables following
change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.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>
include/net/tcp.h
net/ipv4/tcp_dctcp.c
net/ipv4/tcp_input.c