mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
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
f760147d9d
commit
a4e06606c5
@ -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 New Issue
Block a user