Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81875
b: refs/heads/master
c: ad1984e
h: refs/heads/master
i:
  81873: c6a9016
  81871: 08c61fd
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Feb 1, 2008
1 parent ac39e32 commit a29d022
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 23fe18669e7fdaf5b229747858d943a723124e2e
refs/heads/master: ad1984e844fb6edaa8b9984be23669f4e19168be
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ static void tcp_mark_head_lost(struct sock *sk, int packets, int fast_rexmit)
tp->lost_skb_hint = skb;
tp->lost_cnt_hint = cnt;

if (tcp_is_fack(tp) ||
if (tcp_is_fack(tp) || tcp_is_reno(tp) ||
(TCP_SKB_CB(skb)->sacked & TCPCB_SACKED_ACKED))
cnt += tcp_skb_pcount(skb);

Expand Down

0 comments on commit a29d022

Please sign in to comment.