Internal QUICHE change PiperOrigin-RevId: 352440750 Change-Id: I4bd2ed07b5c4f0268dbcce89d87f4409c11ea7f9
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index b74e936..bfa9f10 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -16,7 +16,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_bbr2_disable_reno_coexistence, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_bbr2_fewer_startup_round_trips, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_bbr2_reset_max_bytes_delivered, false) -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_bbr2_use_bytes_delivered, false) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_bbr2_use_bytes_delivered, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_can_send_ack_frequency, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_close_connection_on_0rtt_packet_number_higher_than_1rtt, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_conservative_bursts, false)