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:
Sergey Kandaurov 2020-08-19 15:58:03 +03:00
parent f760147d9d
commit a4e06606c5

View File

@ -117,7 +117,7 @@ struct ngx_quic_connection_s {
ngx_msec_t min_rtt; ngx_msec_t min_rtt;
ngx_msec_t rttvar; ngx_msec_t rttvar;
ngx_msec_t pto_count; ngx_uint_t pto_count;
#if (NGX_DEBUG) #if (NGX_DEBUG)
ngx_uint_t nframes; ngx_uint_t nframes;