commit | 08ebd1721ab8fd362e90ae17b461c07b23fa2824 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Sat Sep 20 21:23:49 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 20 21:23:49 2008 -0700 |
tree | e49b750b77817431b640184958325225dc5ab872 | |
parent | 61eb55f4db7eaf5fb2d5ec12981a8cda755bb0e1 [diff] |
tcp: remove tp->lost_out guard to make joining diff nicer The validity of the retransmit_high must then be ensured if no L'ed skb exits! This makes a minor change to behavior, we now have to iterate the head to find out that the loop terminates. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>