comparison src/event/ngx_event_quic_transport.h @ 8426:6ea2f1daedb5 quic

Introduced connection error APPLICATION_ERROR from draft-28.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 05 Jun 2020 13:20:03 +0300
parents 90b02ff6b003
children f9592e804834
comparison
equal deleted inserted replaced
8425:3e38dad3a163 8426:6ea2f1daedb5
85 #define NGX_QUIC_ERR_FRAME_ENCODING_ERROR 0x07 85 #define NGX_QUIC_ERR_FRAME_ENCODING_ERROR 0x07
86 #define NGX_QUIC_ERR_TRANSPORT_PARAMETER_ERROR 0x08 86 #define NGX_QUIC_ERR_TRANSPORT_PARAMETER_ERROR 0x08
87 #define NGX_QUIC_ERR_CONNECTION_ID_LIMIT_ERROR 0x09 87 #define NGX_QUIC_ERR_CONNECTION_ID_LIMIT_ERROR 0x09
88 #define NGX_QUIC_ERR_PROTOCOL_VIOLATION 0x0A 88 #define NGX_QUIC_ERR_PROTOCOL_VIOLATION 0x0A
89 #define NGX_QUIC_ERR_INVALID_TOKEN 0x0B 89 #define NGX_QUIC_ERR_INVALID_TOKEN 0x0B
90 /* 0xC is not defined */ 90 #define NGX_QUIC_ERR_APPLICATION_ERROR 0x0C
91 #define NGX_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED 0x0D 91 #define NGX_QUIC_ERR_CRYPTO_BUFFER_EXCEEDED 0x0D
92 /* 0xE is not defined */ 92 /* 0xE is not defined */
93 /* 0xF is not defined */ 93 /* 0xF is not defined */
94 #define NGX_QUIC_ERR_CRYPTO_ERROR 0x10 94 #define NGX_QUIC_ERR_CRYPTO_ERROR 0x10
95 95