comparison src/event/quic/ngx_event_quic_migration.c @ 8747:c8bda5e1e662 quic

QUIC: headers cleanup. The "ngx_event_quic.h" header file now contains only public definitions, used by modules. All internal definitions are moved into the "ngx_event_quic_connection.h" header file.
author Vladimir Homutov <vl@nginx.com>
date Wed, 14 Apr 2021 14:47:37 +0300
parents 76f476ce4d31
children 4117aa7fa38e
comparison
equal deleted inserted replaced
8746:0c628de2e2b7 8747:c8bda5e1e662
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_event.h> 9 #include <ngx_event.h>
10 #include <ngx_event_quic_transport.h>
11 #include <ngx_event_quic_connection.h> 10 #include <ngx_event_quic_connection.h>
12 #include <ngx_event_quic_migration.h>
13 11
14 12
15 ngx_int_t 13 ngx_int_t
16 ngx_quic_handle_path_challenge_frame(ngx_connection_t *c, 14 ngx_quic_handle_path_challenge_frame(ngx_connection_t *c,
17 ngx_quic_header_t *pkt, ngx_quic_path_challenge_frame_t *f) 15 ngx_quic_header_t *pkt, ngx_quic_path_challenge_frame_t *f)