comparison src/event/quic/ngx_event_quic_connid.h @ 8778:5186ee5a94b9 quic

QUIC: simplified sending 1-RTT only frames.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 05 May 2021 19:32:49 +0300
parents d5f93733c17d
children 1e2f4e9c8195
comparison
equal deleted inserted replaced
8777:d5f93733c17d 8778:5186ee5a94b9
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 13
14 14
15 ngx_int_t ngx_quic_handle_retire_connection_id_frame(ngx_connection_t *c, 15 ngx_int_t ngx_quic_handle_retire_connection_id_frame(ngx_connection_t *c,
16 ngx_quic_header_t *pkt, ngx_quic_retire_cid_frame_t *f); 16 ngx_quic_retire_cid_frame_t *f);
17 ngx_int_t ngx_quic_handle_new_connection_id_frame(ngx_connection_t *c, 17 ngx_int_t ngx_quic_handle_new_connection_id_frame(ngx_connection_t *c,
18 ngx_quic_header_t *pkt, ngx_quic_new_conn_id_frame_t *f); 18 ngx_quic_new_conn_id_frame_t *f);
19 19
20 ngx_int_t ngx_quic_create_sockets(ngx_connection_t *c); 20 ngx_int_t ngx_quic_create_sockets(ngx_connection_t *c);
21 ngx_int_t ngx_quic_create_server_id(ngx_connection_t *c, u_char *id); 21 ngx_int_t ngx_quic_create_server_id(ngx_connection_t *c, u_char *id);
22 22
23 ngx_quic_client_id_t *ngx_quic_create_client_id(ngx_connection_t *c, 23 ngx_quic_client_id_t *ngx_quic_create_client_id(ngx_connection_t *c,