Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96603
b: refs/heads/master
c: a1c1f28
h: refs/heads/master
i:
  96601: 06a4d4f
  96599: 6e3f10e
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed May 13, 2008
1 parent 63e0ced commit 5a8b7c2
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: 47ac3199acb0676b58491b29418283f37a116952
refs/heads/master: a1c1f281b84a751fdb5ff919da3b09df7297619f
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2482,7 +2482,7 @@ static void tcp_try_to_open(struct sock *sk, int flag)

tcp_verify_left_out(tp);

if (tp->retrans_out == 0)
if (!tp->frto_counter && tp->retrans_out == 0)
tp->retrans_stamp = 0;

if (flag & FLAG_ECE)
Expand Down

0 comments on commit 5a8b7c2

Please sign in to comment.