MINOR: quic: Update the TLS extension for QUIC transport parameters

0xffa5 value was a draft one. Let's update this extension to the one
defined by the QUIC-TLS RFC 9001.
(See https://www.rfc-editor.org/rfc/rfc9001.html#name-quic-transport-parameters-e).
This commit is contained in:
Frédéric Lécaille 2021-08-16 17:08:26 +02:00 committed by Amaury Denoyelle
parent 4436cb6606
commit 2e459a83d6

View File

@ -38,7 +38,7 @@
#endif
/* The TLS extension (enum) for QUIC transport parameters */
#define TLS_EXTENSION_QUIC_TRANSPORT_PARAMETERS 0xffa5
#define TLS_EXTENSION_QUIC_TRANSPORT_PARAMETERS 0x0039
/* QUIC handshake states for both clients and servers. */
enum quic_handshake_state {