commit | e8bae275d9354104f7ae24a48a90d1a6286e7bd9 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Mon Nov 24 21:12:28 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 24 21:12:28 2008 -0800 |
tree | 90f4bb2abd9eb31b3faa6393f1e164ac48b57238 | |
parent | e1aa680fa40e7492260a09cb57d94002245cc8fe [diff] |
tcp: more aggressive skipping I knew already when rewriting the sacktag that this condition was too conservative, change it now since it prevent lot of useless work (especially in the sack shifter decision code that is being added by a later patch). This shouldn't change anything really, just save some processing regardless of the shifter. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>