Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105578
b: refs/heads/master
c: 4b53fb6
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 23, 2008
1 parent 99bdecb commit 82601b1
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: e8ebe3b893792887317bc24cc4608753f81b81d3
refs/heads/master: 4b53fb67e385b856a991d402096379dab462170a
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -3292,6 +3292,7 @@ static int tcp_ack(struct sock *sk, struct sk_buff *skb, int flag)
* log. Something worked...
*/
sk->sk_err_soft = 0;
icsk->icsk_probes_out = 0;
tp->rcv_tstamp = tcp_time_stamp;
prior_packets = tp->packets_out;
if (!prior_packets)
Expand Down Expand Up @@ -3324,8 +3325,6 @@ static int tcp_ack(struct sock *sk, struct sk_buff *skb, int flag)
return 1;

no_queue:
icsk->icsk_probes_out = 0;

/* 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 82601b1

Please sign in to comment.