]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd949a8df1e7409d564f779a914e717a1eadd5ece
tree45729a77a2017ec24e8185e7279b97a2019f87fe
parentb7aefde97b0839747002fda20d29e46ee0662f79
parent4d8d09a701c9da6760ad8d054b85991827938833
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>