commit | 1fdb936101637c91819efea47e921bb592e07e34 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Thu Oct 14 01:42:30 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 17 13:46:33 2010 -0700 |
tree | c713564e117225a2af79479a0ed82d277a54e41d | |
parent | f3e85df845a5da60fc461cf49537435b1d07cf6d [diff] |
tcp: sack lost marking fixes When only fast rexmit should be done, tcp_mark_head_lost marks L too far. Also, sacked_upto below 1 is perfectly valid number, the packets == 0 then needs to be trapped elsewhere. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>