commit | fda03fbb56bf88f1fb1c57b2474082e5addaa884 | [log] [tgz] |
---|---|---|
author | Baruch Even <baruch@ev-en.org> | Sun Feb 04 23:35:57 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Feb 08 12:38:48 2007 -0800 |
tree | b6067b0be2ee1bd65c704a1db893b45cd4920cc9 | |
parent | ffbc61117d32dc4e768f999325ecfb2528d6b303 [diff] |
[TCP]: Advance fast path pointer for first block only Only advance the SACK fast-path pointer for the first block, the fast-path assumes that only the first block advances next time so we should not move the cached skb for the next sack blocks. Signed-off-by: Baruch Even <baruch@ev-en.org> Signed-off-by: David S. Miller <davem@davemloft.net>