summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2021-04-14 14:47:37 +0300
committerVladimir Homutov <vl@nginx.com>2021-04-14 14:47:37 +0300
commit232fcba34bb6e64587318f877d25cc3977fe5ac6 (patch)
tree9c1e8ad36897c5f149463694518fa1b4d169327f /README
parent9495ea7cdabe302d9f2cdb1eeb0192be56b17ff5 (diff)
downloadnginx-232fcba34bb6e64587318f877d25cc3977fe5ac6.tar.gz
nginx-232fcba34bb6e64587318f877d25cc3977fe5ac6.tar.bz2
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.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 880463836..e82bb9a82 100644
--- a/README
+++ b/README
@@ -229,7 +229,7 @@ Example configuration:
be easily filtered out.
+ If you want to investigate deeper, you may want to enable
- additional debugging in src/event/ngx_event_quic.h:
+ additional debugging in src/event/ngx_event_quic_connection.h:
#define NGX_QUIC_DEBUG_PACKETS
#define NGX_QUIC_DEBUG_FRAMES