comparison README @ 8804:d56c7c4b66fd quic

README: updated path after moving QUIC sources.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Jun 2021 12:41:58 +0300
parents f0882db8c8d4
children d0ef43a53a51
comparison
equal deleted inserted replaced
8803:6c213bec71c2 8804:d56c7c4b66fd
225 It should contain all details about connection and why it 225 It should contain all details about connection and why it
226 failed. All related messages contain "quic " prefix and can 226 failed. All related messages contain "quic " prefix and can
227 be easily filtered out. 227 be easily filtered out.
228 228
229 + If you want to investigate deeper, you may want to enable 229 + If you want to investigate deeper, you may want to enable
230 additional debugging in src/event/ngx_event_quic_connection.h: 230 additional debugging in src/event/quic/ngx_event_quic_connection.h:
231 231
232 #define NGX_QUIC_DEBUG_PACKETS 232 #define NGX_QUIC_DEBUG_PACKETS
233 #define NGX_QUIC_DEBUG_FRAMES 233 #define NGX_QUIC_DEBUG_FRAMES
234 #define NGX_QUIC_DEBUG_ALLOC 234 #define NGX_QUIC_DEBUG_ALLOC
235 #define NGX_QUIC_DEBUG_CRYPTO 235 #define NGX_QUIC_DEBUG_CRYPTO