diff src/event/ngx_event_quic.h @ 8282:4cf00c14f11a quic

Safe QUIC stream creation.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 25 Mar 2020 12:56:21 +0300
parents b364af7f9f3f
children 72d20158c814
line wrap: on
line diff
--- a/src/event/ngx_event_quic.h
+++ b/src/event/ngx_event_quic.h
@@ -24,6 +24,8 @@
 #define NGX_QUIC_STREAM_SERVER_INITIATED     0x01
 #define NGX_QUIC_STREAM_UNIDIRECTIONAL       0x02
 
+#define NGX_QUIC_STREAM_BUFSIZE              16384
+
 
 typedef struct {
     /* configurable */