]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-loss-probe'
authorDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2015 23:52:20 +0000 (16:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2015 23:52:20 +0000 (16:52 -0700)
commitfa73ad6dc7f400a0d5b84c4bd14c95f8627fda6f
treee718b9c3e6a7d382d99fdba9d027b491a09c8548
parent2c762a9b4eb853ca95a30a02f9dc1d109545fe74
parentd2e42b654db7485b008d362108704a82a1c7642d
Merge branch 'tcp-loss-probe'

Yuchung Cheng says:

====================
minor tail loss probe improvements

This patch series enhance the tail loss probe (TLP) on some error
conditions. When TLP fails to send a probe, it will no longer
extend the RTO. When it fails to send a new packet because of
receiver window limit, it'll try to retransmit the last packet.
====================

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