mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-29 06:18:02 +00:00
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:
parent
4436cb6606
commit
2e459a83d6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user