comparison src/event/quic/ngx_event_quic_connection.h @ 9152:2880f60a80c3

QUIC: posted generating TLS Key Update next keys. Since at least f9fbeb4ee0de and certainly after 924882f42dea, which TLS Key Update support predates, queued data output is deferred to a posted push handler. To address timing signals after these changes, generating next keys is now posted to run after the push handler.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 13:51:38 +0400
parents 58afcd72446f
children fcec773dd249
comparison
equal deleted inserted replaced
9151:933f37273282 9152:2880f60a80c3
228 228
229 ngx_event_t push; 229 ngx_event_t push;
230 ngx_event_t pto; 230 ngx_event_t pto;
231 ngx_event_t close; 231 ngx_event_t close;
232 ngx_event_t path_validation; 232 ngx_event_t path_validation;
233 ngx_event_t key_update;
234
233 ngx_msec_t last_cc; 235 ngx_msec_t last_cc;
234 236
235 ngx_msec_t first_rtt; 237 ngx_msec_t first_rtt;
236 ngx_msec_t latest_rtt; 238 ngx_msec_t latest_rtt;
237 ngx_msec_t avg_rtt; 239 ngx_msec_t avg_rtt;