comparison src/event/quic/ngx_event_quic.h @ 8979:3d0fc72d409e quic

HTTP/3: removed draft versions support in ALPN.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 26 Jan 2022 14:15:40 +0300
parents 7106a918a277
children b42a041d23a2
comparison
equal deleted inserted replaced
8978:c37ea624c307 8979:3d0fc72d409e
75 const char *reason); 75 const char *reason);
76 void ngx_quic_shutdown_connection(ngx_connection_t *c, ngx_uint_t err, 76 void ngx_quic_shutdown_connection(ngx_connection_t *c, ngx_uint_t err,
77 const char *reason); 77 const char *reason);
78 ngx_int_t ngx_quic_reset_stream(ngx_connection_t *c, ngx_uint_t err); 78 ngx_int_t ngx_quic_reset_stream(ngx_connection_t *c, ngx_uint_t err);
79 ngx_int_t ngx_quic_shutdown_stream(ngx_connection_t *c, int how); 79 ngx_int_t ngx_quic_shutdown_stream(ngx_connection_t *c, int how);
80 uint32_t ngx_quic_version(ngx_connection_t *c);
81 ngx_int_t ngx_quic_handle_read_event(ngx_event_t *rev, ngx_uint_t flags); 80 ngx_int_t ngx_quic_handle_read_event(ngx_event_t *rev, ngx_uint_t flags);
82 ngx_int_t ngx_quic_handle_write_event(ngx_event_t *wev, size_t lowat); 81 ngx_int_t ngx_quic_handle_write_event(ngx_event_t *wev, size_t lowat);
83 ngx_int_t ngx_quic_get_packet_dcid(ngx_log_t *log, u_char *data, size_t len, 82 ngx_int_t ngx_quic_get_packet_dcid(ngx_log_t *log, u_char *data, size_t len,
84 ngx_str_t *dcid); 83 ngx_str_t *dcid);
85 ngx_int_t ngx_quic_derive_key(ngx_log_t *log, const char *label, 84 ngx_int_t ngx_quic_derive_key(ngx_log_t *log, const char *label,