commit | a6963a6b3d2d3921b60f45e0cf18be26495d5ad1 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Tue Sep 25 22:44:14 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:52:38 2007 -0700 |
tree | 4eb7bb05c4173d87bc94926ac852fb95d8837c27 | |
parent | b0d045ca45a44d9f8bd66d0a10558b10c60f895a [diff] |
[TCP]: Re-place highest_sack check to a more robust position I previously added checking to position that is rather poor as state has already been adjusted quite a bit. Re-placing it above all state changes should be more robust though the return should never ever get executed regardless of its place :-). Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>