comparison README @ 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 d981c7bd1da7
children 4117aa7fa38e
comparison
equal deleted inserted replaced
8746:0c628de2e2b7 8747:c8bda5e1e662
227 It should contain all details about connection and why it 227 It should contain all details about connection and why it
228 failed. All related messages contain "quic " prefix and can 228 failed. All related messages contain "quic " prefix and can
229 be easily filtered out. 229 be easily filtered out.
230 230
231 + If you want to investigate deeper, you may want to enable 231 + If you want to investigate deeper, you may want to enable
232 additional debugging in src/event/ngx_event_quic.h: 232 additional debugging in src/event/ngx_event_quic_connection.h:
233 233
234 #define NGX_QUIC_DEBUG_PACKETS 234 #define NGX_QUIC_DEBUG_PACKETS
235 #define NGX_QUIC_DEBUG_FRAMES 235 #define NGX_QUIC_DEBUG_FRAMES
236 #define NGX_QUIC_DEBUG_ALLOC 236 #define NGX_QUIC_DEBUG_ALLOC
237 #define NGX_QUIC_DEBUG_CRYPTO 237 #define NGX_QUIC_DEBUG_CRYPTO