]> git.baikalelectronics.ru Git - 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)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 May 2018 19:43:15 +0000 (15:43 -0400)
commit142ba7588bb917a10cce944b76b415c4265c6855
tree880629d0a7f41e788da040cd6f9ac5b5c5cf81b9
parent6ba108896b5f868bd913b8b4f946f48e6a923439
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode

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>
net/ipv4/tcp_input.c