Internal QUICHE change PiperOrigin-RevId: 340515300 Change-Id: I692ee6a2257169e51864b37fad252bf72edcc4d4
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index f6dbfcf..3d6a0b0 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -60,7 +60,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_key_update_supported, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_let_connection_handle_pings, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_process_undecryptable_packets_after_async_decrypt_callback, false) -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_record_received_min_ack_delay, false) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_record_received_min_ack_delay, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_reject_spdy_frames, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_reject_spdy_settings, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_require_handshake_confirmation, false)