Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134973
b: refs/heads/master
c: ac11ba7
h: refs/heads/master
i:
  134971: 917162f
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Mar 2, 2009
1 parent 4839822 commit 5e165da
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: 79cb5def8dcad1a978841118bd14e155b3fd5589
refs/heads/master: ac11ba753f3aa839292c1a3b6c971c637ad2e839
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ void tcp_xmit_retransmit_queue(struct sock *sk)
goto begin_fwd;

} else if (!(sacked & TCPCB_LOST)) {
if (hole == NULL && !(sacked & TCPCB_SACKED_RETRANS))
if (hole == NULL && !(sacked & (TCPCB_SACKED_RETRANS|TCPCB_SACKED_ACKED)))
hole = skb;
continue;

Expand Down

0 comments on commit 5e165da

Please sign in to comment.