netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] minor tail loss probe improvements
@ 2015-08-12 18:18 Yuchung Cheng
  2015-08-12 18:18 ` [PATCH net-next v2 1/2] tcp: don't extend RTO on failed loss probe attempts Yuchung Cheng
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yuchung Cheng @ 2015-08-12 18:18 UTC (permalink / raw)
  To: davem; +Cc: netdev, Yuchung Cheng

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.

Yuchung Cheng (2):
  tcp: don't extend RTO on failed loss probe attempts
  tcp: TLP retransmits last if failed to send new packet

 net/ipv4/tcp_output.c | 41 +++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 18 deletions(-)

-- 
2.5.0.276.gf5e568e

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-13 23:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 18:18 [PATCH net-next v2 0/2] minor tail loss probe improvements Yuchung Cheng
2015-08-12 18:18 ` [PATCH net-next v2 1/2] tcp: don't extend RTO on failed loss probe attempts Yuchung Cheng
2015-08-13 18:07   ` Eric Dumazet
2015-08-12 18:18 ` [PATCH net-next v2 2/2] tcp: TLP retransmits last if failed to send new packet Yuchung Cheng
2015-08-13 23:52 ` [PATCH net-next v2 0/2] minor tail loss probe improvements David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).