<div dir="ltr">Hi<div><br><div>Some function declarations contain ngx_connection_t and quic_quic_path_t:</div><ol><li>ngx_int_t ngx_quic_send_new_token(ngx_connection_t *c, ngx_quic_path_t *path);</li><li>ngx_quic_path_limit(ngx_connection_t *c, ngx_quic_path_t *path, size_t size)</li><li>void ngx_quic_discover_path_mtu(ngx_connection_t *c, ngx_quic_path_t *path)</li><li>static ngx_int_t ngx_quic_expire_path_mtu_discovery(ngx_connection_t *c, ngx_quic_path_t *path);</li><li>static ngx_int_t ngx_quic_expire_path_validation(ngx_connection_t *c, ngx_quic_path_t *path)</li><li>static ngx_int_t ngx_quic_expire_path_mtu_delay(ngx_connection_t *c, ngx_quic_path_t *path)</li><li>static ngx_int_t ngx_quic_send_path_challenge(ngx_connection_t *c, ngx_quic_path_t *path);</li><li>... and others...</li></ol><div> Is it possible to keep a reference of ngx_connection_t to the ngx_quic_path_t?<br></div><div><br></div><div>Best regards</div><div>Yu Zhu</div></div></div>