Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26783
b: refs/heads/master
c: 8872d8e
h: refs/heads/master
i:
  26781: cd54b9e
  26779: 6dcfd9d
  26775: 276aca4
  26767: f651bab
  26751: 7682f21
v: v3
  • Loading branch information
Angelo P. Castellani authored and David S. Miller committed May 17, 2006
1 parent f3ac535 commit 3f03816
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d8fd0a73169e90022dc3ccf3083ca24573b44b5c
refs/heads/master: 8872d8e1c4311dd7e5086975df9c76120a0be83b
2 changes: 2 additions & 0 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,8 @@ static void tcp_update_scoreboard(struct sock *sk, struct tcp_sock *tp)
if (!(TCP_SKB_CB(skb)->sacked&TCPCB_TAGBITS)) {
TCP_SKB_CB(skb)->sacked |= TCPCB_LOST;
tp->lost_out += tcp_skb_pcount(skb);
if (IsReno(tp))
tcp_remove_reno_sacks(sk, tp, tcp_skb_pcount(skb) + 1);

/* clear xmit_retrans hint */
if (tp->retransmit_skb_hint &&
Expand Down

0 comments on commit 3f03816

Please sign in to comment.