diff options
Diffstat (limited to 'include/linux/tcp.h')
| -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 115389e9b94..b6c62d29438 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -412,7 +412,8 @@ struct tcp_sock {  	struct tcp_sack_block recv_sack_cache[4]; -	struct sk_buff *highest_sack;   /* highest skb with SACK received +	struct sk_buff *highest_sack;   /* skb just after the highest +					 * skb with SACKed bit set  					 * (validity guaranteed only if  					 * sacked_out > 0)  					 */  |