[TCP]: Fix logic breakage due to DSACK separation
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 15 Jun 2007 22:14:04 +0000 (15:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2007 22:14:04 +0000 (15:14 -0700)
commit7769f4064cd9f4fbae09f071578a051aae83e844
tree3e2206b269344672b8d9e8c1803003726bbf45aa
parentb9ce204f0a265f819d10c943a607746abb62f245
[TCP]: Fix logic breakage due to DSACK separation

Commit 6f74651ae626ec672028587bc700538076dfbefb is found guilty
of breaking DSACK counting, which should be done only for the
SACK block reported by the DSACK instead of every SACK block
that is received along with 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