Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287693
b: refs/heads/master
c: 0af2a0d
h: refs/heads/master
i:
  287691: d88969d
v: v3
  • Loading branch information
Neal Cardwell authored and David S. Miller committed Feb 14, 2012
1 parent 54ad530 commit 7b7ecc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fbcf88b8833ce2c404b9a0e7caab82b20312cbbc
refs/heads/master: 0af2a0d0576205dda778d25c6c344fc6508fc81d
4 changes: 4 additions & 0 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,10 @@ static int tcp_shifted_skb(struct sock *sk, struct sk_buff *skb,

BUG_ON(!pcount);

/* Adjust hint for FACK. Non-FACK is handled in tcp_sacktag_one(). */
if (tcp_is_fack(tp) && (skb == tp->lost_skb_hint))
tp->lost_cnt_hint += pcount;

TCP_SKB_CB(prev)->end_seq += shifted;
TCP_SKB_CB(skb)->seq += shifted;

Expand Down

0 comments on commit 7b7ecc1

Please sign in to comment.