Internal change

PiperOrigin-RevId: 393885491
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h
index f6d61eb..e6a430d 100644
--- a/quic/core/quic_flags_list.h
+++ b/quic/core/quic_flags_list.h
@@ -124,7 +124,7 @@
 // When true, prevents QUIC\'s PacingSender from generating bursts when the congestion controller is CWND limited and not pacing limited.
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_fix_pacing_sender_bursts, false)
 // When true, randomizes the order of sent transport parameters in QUIC+TLS.
-QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_randomize_transport_parameter_order, false)
+QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_randomize_transport_parameter_order, true)
 // When true, set the initial congestion control window from connection options in QuicSentPacketManager rather than TcpCubicSenderBytes.
 QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_unified_iw_options, false)