comparison 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
comparison
equal deleted inserted replaced
8281:618a65de08b3 8282:4cf00c14f11a
21 #define NGX_QUIC_DEFAULT_ACK_DELAY_EXPONENT 3 21 #define NGX_QUIC_DEFAULT_ACK_DELAY_EXPONENT 3
22 #define NGX_QUIC_DEFAULT_MAX_ACK_DELAY 25 22 #define NGX_QUIC_DEFAULT_MAX_ACK_DELAY 25
23 23
24 #define NGX_QUIC_STREAM_SERVER_INITIATED 0x01 24 #define NGX_QUIC_STREAM_SERVER_INITIATED 0x01
25 #define NGX_QUIC_STREAM_UNIDIRECTIONAL 0x02 25 #define NGX_QUIC_STREAM_UNIDIRECTIONAL 0x02
26
27 #define NGX_QUIC_STREAM_BUFSIZE 16384
26 28
27 29
28 typedef struct { 30 typedef struct {
29 /* configurable */ 31 /* configurable */
30 ngx_msec_t max_idle_timeout; 32 ngx_msec_t max_idle_timeout;