Internal QUICHE change PiperOrigin-RevId: 342700050 Change-Id: Ifb23821ec2ecb1cd84efc97069fecb3915502c3a
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index 2167611..5c8fb96 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -72,7 +72,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_goaway_with_connection_close, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_path_response, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_timestamps, false) -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_version_negotiation_for_short_connection_ids, false) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_send_version_negotiation_for_short_connection_ids, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_split_up_send_rst_2, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_start_peer_migration_earlier, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_stop_sending_uses_ietf_error_code, true)