]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/ipv4/tcp_bbr.c
tcp_bbr: remove sk_pacing_rate=0 transient during init
[linux.git] / net / ipv4 / tcp_bbr.c
index 3276140c25067c7fe56ed742aa807087b5bfa35d..42e0017f2ebccefb53506676df6bfab7c1dbc536 100644 (file)
@@ -837,7 +837,6 @@ static void bbr_init(struct sock *sk)
 
        minmax_reset(&bbr->bw, bbr->rtt_cnt, 0);  /* init max bw to 0 */
 
-       sk->sk_pacing_rate = 0;         /* force an update of sk_pacing_rate */
        bbr_init_pacing_rate_from_rtt(sk);
 
        bbr->restore_cwnd = 0;