commit | 20de20beba6e9bd2e1c83696bfefa3b16cda9a74 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Fri Nov 16 16:17:05 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:54:15 2008 -0800 |
tree | 71de7ffc816b39eb5a1c0e5c3de2eb1167d681bf | |
parent | f7ab97f78a5c573e49474edbd260ea6898ddccda [diff] |
[TCP]: Correct DSACK check placing Previously one of the in-block skip branches was missing it. Also, drop it from tail-fully-processed case because the next iteration will do exactly the same thing, i.e., process the SACK block that contains the DSACK information. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>