]> Git Repo - linux.git/commit
tcp: fixing TLP's FIN recovery
authorPer Hurtig <[email protected]>
Thu, 12 Jun 2014 15:08:32 +0000 (17:08 +0200)
committerDavid S. Miller <[email protected]>
Thu, 12 Jun 2014 18:05:51 +0000 (11:05 -0700)
commitbef1909ee3ed1ca39231b260a8d3b4544ecd0c8f
tree79fcd83a88cbe8908d122af2498eed9f37220a3b
parentfba0e1a3cfcc1d61e593f97650e18931a2aa1fc8
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 <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: Nandita Dukkipati <[email protected]>
Acked-by: Neal Cardwell <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv4/tcp_output.c
This page took 0.056746 seconds and 4 git commands to generate.