commit | 4389dded7767d24290463f2a8302ba3253ebdd56 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@imperialviolet.org> | Sat Jul 19 00:07:02 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 19 00:07:02 2008 -0700 |
tree | ed34a2084c47c6c707e0ce6b4eab8d442f20c4c3 | |
parent | 33ad798c924b4a1afad3593f2796d465040aadd5 [diff] |
tcp: Remove redundant checks when setting eff_sacks Remove redundant checks when setting eff_sacks and make the number of SACKs a compile time constant. Now that the options code knows how many SACK blocks can fit in the header, we don't need to have the SACK code guessing at it. Signed-off-by: Adam Langley <agl@imperialviolet.org> Signed-off-by: David S. Miller <davem@davemloft.net>