commit | 5bbbcc0073331d4e37c9f91c59cfc9f5d2033860 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Aug 13 16:52:20 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 13 16:52:20 2015 -0700 |
tree | e718b9c3e6a7d382d99fdba9d027b491a09c8548 | |
parent | 646244b223090e379070d149312b222867e42aa6 [diff] | |
parent | b340b26454e7ba0f5d04b4bd5c4c782f1628ebe1 [diff] |
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>