comparison src/event/quic/ngx_event_quic.h @ 8489:f0882db8c8d4 quic

HTTP/3: removed $http3 that served its purpose. To specify final protocol version by hand: add_header Alt-Svc h3=":443";
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 31 May 2021 11:54:47 +0300
parents 60c6e8d8d3ae
children af33d1ef1c3c
comparison
equal deleted inserted replaced
8488:8422570f6af4 8489:f0882db8c8d4
9 9
10 10
11 #include <ngx_config.h> 11 #include <ngx_config.h>
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 13
14
15 #ifndef NGX_QUIC_DRAFT_VERSION
16 #define NGX_QUIC_DRAFT_VERSION 29
17 #endif
18 14
19 #define NGX_QUIC_MAX_UDP_PAYLOAD_SIZE 65527 15 #define NGX_QUIC_MAX_UDP_PAYLOAD_SIZE 65527
20 16
21 #define NGX_QUIC_DEFAULT_ACK_DELAY_EXPONENT 3 17 #define NGX_QUIC_DEFAULT_ACK_DELAY_EXPONENT 3
22 #define NGX_QUIC_DEFAULT_MAX_ACK_DELAY 25 18 #define NGX_QUIC_DEFAULT_MAX_ACK_DELAY 25