commit | 9a9c9b51e54618861420093ae6e9b50a961914c5 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon May 21 15:08:56 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 22 15:43:15 2018 -0400 |
tree | 880629d0a7f41e788da040cd6f9ac5b5c5cf81b9 | |
parent | 290aa0ad74c995c60d94fb4f1d66d411efa13dd5 [diff] |
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>