comparison src/event/ngx_event_quic.h @ 8273:cb75f194f1f0 quic

Implemented sending HANDSHAKE_DONE frame after handshake. This makes it possible to switch to draft 27 by default.
author Vladimir Homutov <vl@nginx.com>
date Tue, 24 Mar 2020 11:59:14 +0300
parents 8e54a17dabee
children b364af7f9f3f
comparison
equal deleted inserted replaced
8272:7f0981be07c4 8273:cb75f194f1f0
9 9
10 10
11 #include <ngx_event_openssl.h> 11 #include <ngx_event_openssl.h>
12 12
13 13
14 #define NGX_QUIC_DRAFT_VERSION 24 14 #define NGX_QUIC_DRAFT_VERSION 27
15 #define NGX_QUIC_VERSION (0xff000000 + NGX_QUIC_DRAFT_VERSION) 15 #define NGX_QUIC_VERSION (0xff000000 + NGX_QUIC_DRAFT_VERSION)
16 16
17 #define NGX_QUIC_MAX_SHORT_HEADER 25 17 #define NGX_QUIC_MAX_SHORT_HEADER 25
18 #define NGX_QUIC_MAX_LONG_HEADER 346 18 #define NGX_QUIC_MAX_LONG_HEADER 346
19 19