Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277981
b: refs/heads/master
c: 5628adf
h: refs/heads/master
i:
  277979: ca66eeb
v: v3
  • Loading branch information
Neal Cardwell authored and David S. Miller committed Nov 27, 2011
1 parent e64f12b commit c19d292
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: 7d2b55f80d62b6b4b72d9ef4318a2a49df3e2830
refs/heads/master: 5628adf1a0ff39b9e76e1a8e1c94dadabfd46914
4 changes: 4 additions & 0 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -3788,6 +3788,10 @@ static int tcp_ack(struct sock *sk, const struct sk_buff *skb, int flag)
return 1;

no_queue:
/* If data was DSACKed, see if we can undo a cwnd reduction. */
if (flag & FLAG_DSACKING_ACK)
tcp_fastretrans_alert(sk, pkts_acked, newly_acked_sacked,
is_dupack, flag);
/* If this ack opens up a zero window, clear backoff. It was
* being used to time the probes, and is probably far higher than
* it needs to be for normal retransmission.
Expand Down

0 comments on commit c19d292

Please sign in to comment.