]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: TLP retransmits last if failed to send new packet
authorYuchung Cheng <ycheng@google.com>
Wed, 12 Aug 2015 18:18:19 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Aug 2015 23:52:20 +0000 (16:52 -0700)
commitedaf2050ef8c0485f91ee5b537fe544e662d4084
treee718b9c3e6a7d382d99fdba9d027b491a09c8548
parentf7c6096e58d7e3c0e81b486b8ba6c01a784d776b
tcp: TLP retransmits last if failed to send new packet

When TLP fails to send new packet because of receive window
limit, it should fall back to retransmit the last packet instead.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: Nandita Dukkipati <nanditad@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c