keep a reference of ngx_conneciton_t to the ngx_quic_path_t?

Yu Zhu pl080516 at gmail.com
Thu Sep 7 08:49:34 UTC 2023


Hi

Some function declarations contain ngx_connection_t and quic_quic_path_t:

   1. ngx_int_t ngx_quic_send_new_token(ngx_connection_t *c,
   ngx_quic_path_t *path);
   2. ngx_quic_path_limit(ngx_connection_t *c, ngx_quic_path_t *path,
   size_t size)
   3. void ngx_quic_discover_path_mtu(ngx_connection_t *c, ngx_quic_path_t
   *path)
   4. static ngx_int_t ngx_quic_expire_path_mtu_discovery(ngx_connection_t
   *c, ngx_quic_path_t *path);
   5. static ngx_int_t ngx_quic_expire_path_validation(ngx_connection_t *c,
   ngx_quic_path_t *path)
   6. static ngx_int_t ngx_quic_expire_path_mtu_delay(ngx_connection_t *c,
   ngx_quic_path_t *path)
   7. static ngx_int_t ngx_quic_send_path_challenge(ngx_connection_t *c,
   ngx_quic_path_t *path);
   8. ... and others...

 Is it possible to keep a reference of ngx_connection_t to the
ngx_quic_path_t?

Best regards
Yu Zhu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20230907/fbac4551/attachment-0001.htm>


More information about the nginx-devel mailing list