diff options
Diffstat (limited to 'src/event/quic/ngx_event_quic_connection.h')
| -rw-r--r-- | src/event/quic/ngx_event_quic_connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event/quic/ngx_event_quic_connection.h b/src/event/quic/ngx_event_quic_connection.h index 5836f94a9..d84e3e63d 100644 --- a/src/event/quic/ngx_event_quic_connection.h +++ b/src/event/quic/ngx_event_quic_connection.h @@ -230,6 +230,8 @@ struct ngx_quic_connection_s { ngx_event_t pto; ngx_event_t close; ngx_event_t path_validation; + ngx_event_t key_update; + ngx_msec_t last_cc; ngx_msec_t first_rtt; |
