diff src/event/ngx_event_quic_protection.c @ 8608:4a05f0f3dfce quic

QUIC: added "rx" and "tx" prefixes to packet debug.
author Vladimir Homutov <vl@nginx.com>
date Mon, 26 Oct 2020 23:47:16 +0300
parents eed49b83e18f
children f32740ddd484
line wrap: on
line diff
--- a/src/event/ngx_event_quic_protection.c
+++ b/src/event/ngx_event_quic_protection.c
@@ -1113,9 +1113,9 @@ ngx_quic_decrypt(ngx_quic_header_t *pkt,
     pkt->flags = clearflags;
 
     ngx_log_debug1(NGX_LOG_DEBUG_EVENT, pkt->log, 0,
-                   "quic clearflags:%xd", clearflags);
+                   "quic pkt rx clearflags:%xd", clearflags);
     ngx_log_debug2(NGX_LOG_DEBUG_EVENT, pkt->log, 0,
-                   "quic packet number:%uL len:%xi", pn, pnl);
+                   "quic pkt rx number:%uL len:%xi", pn, pnl);
 
     /* packet protection */