tcp: refactor F-RTO
[linux-2.6-block.git] / net / ipv4 / tcp_minisocks.c
index 8f0234f8bb954d9cb7196c3dd2b0a1e0c3a75c52..05eaf890461359131e8cd8a20d6adea0c7be740f 100644 (file)
@@ -422,9 +422,6 @@ struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req,
                newtp->snd_cwnd = TCP_INIT_CWND;
                newtp->snd_cwnd_cnt = 0;
 
-               newtp->frto_counter = 0;
-               newtp->frto_highmark = 0;
-
                if (newicsk->icsk_ca_ops != &tcp_init_congestion_ops &&
                    !try_module_get(newicsk->icsk_ca_ops->owner))
                        newicsk->icsk_ca_ops = &tcp_init_congestion_ops;