diff options
| -rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 26c936930e92..d6edb98fd526 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
| @@ -2482,7 +2482,7 @@ static void tcp_try_to_open(struct sock *sk, int flag) | |||
| 2482 | 2482 | ||
| 2483 | tcp_verify_left_out(tp); | 2483 | tcp_verify_left_out(tp); |
| 2484 | 2484 | ||
| 2485 | if (tp->retrans_out == 0) | 2485 | if (!tp->frto_counter && tp->retrans_out == 0) |
| 2486 | tp->retrans_stamp = 0; | 2486 | tp->retrans_stamp = 0; |
| 2487 | 2487 | ||
| 2488 | if (flag & FLAG_ECE) | 2488 | if (flag & FLAG_ECE) |
