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).
diff --git a/include/haproxy/quic_tls-t.h b/include/haproxy/quic_tls-t.h
index 20efc28..778ec46 100644
--- a/include/haproxy/quic_tls-t.h
+++ b/include/haproxy/quic_tls-t.h
@@ -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 {