]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: fixing TLP's FIN recovery
authorPer Hurtig <per.hurtig@kau.se>
Thu, 12 Jun 2014 15:08:32 +0000 (17:08 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jun 2014 18:05:51 +0000 (11:05 -0700)
commit9ae5003419bc03e2c87d82d6e0b21c9f5f723651
tree79fcd83a88cbe8908d122af2498eed9f37220a3b
parentc0842d98603cc13685e59f188ed409827d23c58e
tcp: fixing TLP's FIN recovery

Fix to a problem observed when losing a FIN segment that does not
contain data.  In such situations, TLP is unable to recover from
*any* tail loss and instead adds at least PTO ms to the
retransmission process, i.e., RTO = RTO + PTO.

Signed-off-by: Per Hurtig <per.hurtig@kau.se>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Nandita Dukkipati <nanditad@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c