Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74635
b: refs/heads/master
c: 52d3408
h: refs/heads/master
i:
  74633: cc1696e
  74631: 23e1711
v: v3
  • Loading branch information
Ilpo J�rvinen authored and David S. Miller committed Dec 5, 2007
1 parent fce3997 commit 4e19874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3e6f049e0c4cf0606207c1a210abf50b436e9adf
refs/heads/master: 52d3408150858a301a84bcbfe2f323d90d71d2ce
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -3065,6 +3065,7 @@ static int tcp_ack(struct sock *sk, struct sk_buff *skb, int flag)
}

prior_fackets = tp->fackets_out;
prior_in_flight = tcp_packets_in_flight(tp);

if (!(flag&FLAG_SLOWPATH) && after(ack, prior_snd_una)) {
/* Window is constant, pure forward advance.
Expand Down Expand Up @@ -3104,8 +3105,6 @@ static int tcp_ack(struct sock *sk, struct sk_buff *skb, int flag)
if (!prior_packets)
goto no_queue;

prior_in_flight = tcp_packets_in_flight(tp);

/* See if we can take anything off of the retransmit queue. */
flag |= tcp_clean_rtx_queue(sk, &seq_rtt, prior_fackets);

Expand Down

0 comments on commit 4e19874

Please sign in to comment.