QUIC: changed c->quic->pto_count type to ngx_uint_t.
This field is served as a simple counter for PTO backoff.
This commit is contained in:
parent
a62392bdd7
commit
3c988540d9
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ struct ngx_quic_connection_s {
|
|||
ngx_msec_t min_rtt;
|
||||
ngx_msec_t rttvar;
|
||||
|
||||
ngx_msec_t pto_count;
|
||||
ngx_uint_t pto_count;
|
||||
|
||||
#if (NGX_DEBUG)
|
||||
ngx_uint_t nframes;
|
||||
|
|
Loading…
Reference in a new issue