commit | 7769f4064cd9f4fbae09f071578a051aae83e844 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Fri Jun 15 15:14:04 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 15 15:14:04 2007 -0700 |
tree | 3e2206b269344672b8d9e8c1803003726bbf45aa | |
parent | b9ce204f0a265f819d10c943a607746abb62f245 [diff] |
[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>