]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit20de20beba6e9bd2e1c83696bfefa3b16cda9a74
tree71de7ffc816b39eb5a1c0e5c3de2eb1167d681bf
parentf7ab97f78a5c573e49474edbd260ea6898ddccda
[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>
net/ipv4/tcp_input.c