Merge branch 'tcp-ECN-quickack'
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 May 2018 19:43:16 +0000 (15:43 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 May 2018 19:43:16 +0000 (15:43 -0400)
Eric Dumazet says:

====================
tcp: reduce quickack pressure for ECN

Small patch series changing TCP behavior vs quickack and ECN

First patch is a refactoring, adding parameter to tcp_incr_quickack()
and tcp_enter_quickack_mode() helpers.

Second patch implements the change, lowering number of ACK packets
sent after an ECN event.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge