comparison src/event/ngx_event_quic_transport.c @ 7919:c70446e3d771 quic

Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 05 Jun 2020 13:20:02 +0300
parents 90b02ff6b003
children 3e38dad3a163
comparison
equal deleted inserted replaced
7918:833898b35b24 7919:c70446e3d771
1046 /* ACK */ 0xD, 1046 /* ACK */ 0xD,
1047 /* ACK_ECN */ 0xD, 1047 /* ACK_ECN */ 0xD,
1048 /* RESET_STREAM */ 0x3, 1048 /* RESET_STREAM */ 0x3,
1049 /* STOP_SENDING */ 0x3, 1049 /* STOP_SENDING */ 0x3,
1050 /* CRYPTO */ 0xD, 1050 /* CRYPTO */ 0xD,
1051 /* NEW_TOKEN */ 0x1, 1051 /* NEW_TOKEN */ 0x0, /* only sent by server */
1052 /* STREAM0 */ 0x3, 1052 /* STREAM0 */ 0x3,
1053 /* STREAM1 */ 0x3, 1053 /* STREAM1 */ 0x3,
1054 /* STREAM2 */ 0x3, 1054 /* STREAM2 */ 0x3,
1055 /* STREAM3 */ 0x3, 1055 /* STREAM3 */ 0x3,
1056 /* STREAM4 */ 0x3, 1056 /* STREAM4 */ 0x3,