Searched hist:"8 a3c3a972741dec77220a19642bd3331551ad2d9" (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_input.c | diff 8a3c3a972741dec77220a19642bd3331551ad2d9 Mon Feb 05 08:37:41 CET 2007 Baruch Even <baruch@ev-en.org> [TCP]: Check num sacks in SACK fast path
We clear the unused parts of the SACK cache, This prevents us from mistakenly taking the cache data if the old data in the SACK cache is the same as the data in the SACK block. This assumes that we never receive an empty SACK block with start and end both at zero.
Signed-off-by: Baruch Even <baruch@ev-en.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|