From 413a225bc5d81f3f38f92dc94c18c4152637265e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= Date: Fri, 10 Aug 2007 14:31:21 -0700 Subject: [PATCH] --- yaml --- r: 66268 b: refs/heads/master c: 13dae426318aae073028a4b3bd493104a991e800 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/tcp.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2b3ad6035f16..5de08cd24c72 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e60402d0a909ca2e6e2fbdf9ed004ef0fae36d33 +refs/heads/master: 13dae426318aae073028a4b3bd493104a991e800 diff --git a/trunk/include/linux/tcp.h b/trunk/include/linux/tcp.h index 1f12fa0b67d7..f8cf090e8f49 100644 --- a/trunk/include/linux/tcp.h +++ b/trunk/include/linux/tcp.h @@ -332,7 +332,8 @@ struct tcp_sock { struct tcp_sack_block_wire recv_sack_cache[4]; - u32 highest_sack; /* Start seq of globally highest revd SACK (valid only in slowpath) */ + u32 highest_sack; /* Start seq of globally highest revd SACK + * (validity guaranteed only if sacked_out > 0) */ /* from STCP, retrans queue hinting */ struct sk_buff* lost_skb_hint;