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 a62392bdd7
commit 3c988540d9

View file

@ -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;