Reorder QUIC TLS versions before QUIC_CRYPTO
This CL reorders QUIC versions that use TLS versions ahead of QUIC_CRYPTO versions. This means that when multiple versions are available, we will use the more recent TLS ones.
This CL does not have its own flag protection, as it isn't possible since SupportedVersions() is constexpr. Instead, this CL deprecates the T050 version flags and replaces them with a new _v2 flag.
gfe-relnote: reorder versions, protected by QUIC TLS version flags
PiperOrigin-RevId: 305336064
Change-Id: Icf63224dd24f9a793ec1e4d65b3577937ac9d590
8 files changed