Merge branch 'tcp-more-reliable-window-probes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 9 May 2015 20:42:32 +0000 (16:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 May 2015 20:42:32 +0000 (16:42 -0400)
commit82ae9c6060c6dbaf103273a5c51b8f58b951d9a2
tree45729a77a2017ec24e8185e7279b97a2019f87fe
parentb063bc5ea77b1c1c0e7798f641f53504d0f64bf8
parente520af48c7e5acae5f17f82a79ba7ab7cf156f3b
Merge branch 'tcp-more-reliable-window-probes'

Eric Dumazet says:

====================
tcp: more reliable window probes

This series address a problem caused by small rto_min timers in DC,
leading to either timer storms or early flow terminations.

We also add two new SNMP counters for proper monitoring :
TCPWinProbe and TCPKeepAlive

v2: added TCPKeepAlive counter, as suggested by Yuchung & Neal
====================

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