[TCP]: Correct DSACK check placing
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 17 Nov 2007 00:17:05 +0000 (16:17 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:15 +0000 (14:54 -0800)
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>

No differences found