Internal change PiperOrigin-RevId: 394283775
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index 6c715d0..c195c62 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -104,7 +104,7 @@ // If true, stop resetting ideal_next_packet_send_time_ in pacing sender. QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_donot_reset_ideal_next_packet_send_time, false) // If true, suppress crypto data write in mid of packet processing. -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_suppress_write_mid_packet_processing, false) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_suppress_write_mid_packet_processing, true) // If true, time_wait_list can support multiple connection IDs. QUIC_FLAG(FLAGS_quic_restart_flag_quic_time_wait_list_support_multiple_cid_v2, true) // If true, update ACK timeout for NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames.