Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66268
b: refs/heads/master
c: 13dae42
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Oct 10, 2007
1 parent 438ab1d commit 413a225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e60402d0a909ca2e6e2fbdf9ed004ef0fae36d33
refs/heads/master: 13dae426318aae073028a4b3bd493104a991e800
3 changes: 2 additions & 1 deletion trunk/include/linux/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 413a225

Please sign in to comment.