diff options
-rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 1f12fa0b67d7..f8cf090e8f49 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -332,7 +332,8 @@ struct tcp_sock { | |||
332 | 332 | ||
333 | struct tcp_sack_block_wire recv_sack_cache[4]; | 333 | struct tcp_sack_block_wire recv_sack_cache[4]; |
334 | 334 | ||
335 | u32 highest_sack; /* Start seq of globally highest revd SACK (valid only in slowpath) */ | 335 | u32 highest_sack; /* Start seq of globally highest revd SACK |
336 | * (validity guaranteed only if sacked_out > 0) */ | ||
336 | 337 | ||
337 | /* from STCP, retrans queue hinting */ | 338 | /* from STCP, retrans queue hinting */ |
338 | struct sk_buff* lost_skb_hint; | 339 | struct sk_buff* lost_skb_hint; |