diff options
Diffstat (limited to 'net/ipv4/tcp_minisocks.c')
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index 41828bdc5d32..b875c288daaa 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c | |||
@@ -470,6 +470,7 @@ struct sock *tcp_create_openreq_child(const struct sock *sk, | |||
470 | 470 | ||
471 | newtp->srtt_us = 0; | 471 | newtp->srtt_us = 0; |
472 | newtp->mdev_us = jiffies_to_usecs(TCP_TIMEOUT_INIT); | 472 | newtp->mdev_us = jiffies_to_usecs(TCP_TIMEOUT_INIT); |
473 | newtp->rtt_min[0].rtt = ~0U; | ||
473 | newicsk->icsk_rto = TCP_TIMEOUT_INIT; | 474 | newicsk->icsk_rto = TCP_TIMEOUT_INIT; |
474 | 475 | ||
475 | newtp->packets_out = 0; | 476 | newtp->packets_out = 0; |