comparison auto/modules @ 8748:e0cb1e58ca13 quic

QUIC: separate files for connection id related processing.
author Vladimir Homutov <vl@nginx.com>
date Tue, 13 Apr 2021 14:37:41 +0300
parents 76f476ce4d31
children 660c4a2f95f3
comparison
equal deleted inserted replaced
8747:c8bda5e1e662 8748:e0cb1e58ca13
1341 ngx_module_incs= 1341 ngx_module_incs=
1342 ngx_module_deps="src/event/quic/ngx_event_quic.h \ 1342 ngx_module_deps="src/event/quic/ngx_event_quic.h \
1343 src/event/quic/ngx_event_quic_transport.h \ 1343 src/event/quic/ngx_event_quic_transport.h \
1344 src/event/quic/ngx_event_quic_protection.h \ 1344 src/event/quic/ngx_event_quic_protection.h \
1345 src/event/quic/ngx_event_quic_connection.h \ 1345 src/event/quic/ngx_event_quic_connection.h \
1346 src/event/quic/ngx_event_quic_connid.h \
1346 src/event/quic/ngx_event_quic_migration.h" 1347 src/event/quic/ngx_event_quic_migration.h"
1347 ngx_module_srcs="src/event/quic/ngx_event_quic.c \ 1348 ngx_module_srcs="src/event/quic/ngx_event_quic.c \
1348 src/event/quic/ngx_event_quic_transport.c \ 1349 src/event/quic/ngx_event_quic_transport.c \
1349 src/event/quic/ngx_event_quic_protection.c \ 1350 src/event/quic/ngx_event_quic_protection.c \
1351 src/event/quic/ngx_event_quic_connid.c \
1350 src/event/quic/ngx_event_quic_migration.c" 1352 src/event/quic/ngx_event_quic_migration.c"
1351 1353
1352 ngx_module_libs= 1354 ngx_module_libs=
1353 ngx_module_link=YES 1355 ngx_module_link=YES
1354 ngx_module_order= 1356 ngx_module_order=