Latest update - 9196
This commit is contained in:
@@ -260,14 +260,7 @@ ngx_quic_new_connection(ngx_connection_t *c, ngx_quic_conf_t *conf,
|
||||
|
||||
ngx_queue_init(&qc->free_frames);
|
||||
|
||||
qc->avg_rtt = NGX_QUIC_INITIAL_RTT;
|
||||
qc->rttvar = NGX_QUIC_INITIAL_RTT / 2;
|
||||
qc->min_rtt = NGX_TIMER_INFINITE;
|
||||
qc->first_rtt = NGX_TIMER_INFINITE;
|
||||
|
||||
/*
|
||||
* qc->latest_rtt = 0
|
||||
*/
|
||||
ngx_quic_init_rtt(qc);
|
||||
|
||||
qc->pto.log = c->log;
|
||||
qc->pto.data = c;
|
||||
|
||||
Reference in New Issue
Block a user