Internal change PiperOrigin-RevId: 469492650
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 14b90a3..d38a473 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -94,7 +94,7 @@ // If true, validate header field character at spdy stream instead of qpack for IETF QUIC. QUIC_FLAG(quic_reloadable_flag_quic_validate_header_field_value_at_spdy_stream, true) // Store original QUIC connection IDs in the dispatcher\'s map -QUIC_FLAG(quic_restart_flag_quic_map_original_connection_ids2, false) +QUIC_FLAG(quic_restart_flag_quic_map_original_connection_ids2, true) // Use a library to generate connection IDs QUIC_FLAG(quic_restart_flag_quic_abstract_connection_id_generator, false) // When the flag is true, exit STARTUP after the same number of loss events as PROBE_UP.