]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 1 Mar 2019 13:20:56 +0000 (14:20 +0100)
commitcaf349936667c9d02ac0503dbbf1a640312e7ac8
tree88ee391a790c58e7f2d2ac267acd76f9c93f7fc6
parent99225d33218ca3f778cd6b32d577193317c7b47f
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode

BugLink: http://bugs.launchpad.net/bugs/1815234
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
include/net/tcp.h
net/ipv4/tcp_dctcp.c
net/ipv4/tcp_input.c