No public description PiperOrigin-RevId: 572339787
diff --git a/quiche/quic/core/quic_flags_list.h b/quiche/quic/core/quic_flags_list.h index 172eac6..a38a699 100644 --- a/quiche/quic/core/quic_flags_list.h +++ b/quiche/quic/core/quic_flags_list.h
@@ -106,7 +106,7 @@ // When true, the BBR4 copt sets the extra_acked window to 20 RTTs and BBR5 sets it to 40 RTTs. QUIC_FLAG(quic_reloadable_flag_quic_bbr2_extra_acked_window, true) // When true, we will send HTTP/3 setting 0x33 to indicate that we support RFC 9297. -QUIC_FLAG(quic_reloadable_flag_quic_enable_h3_datagrams, false) +QUIC_FLAG(quic_reloadable_flag_quic_enable_h3_datagrams, true) #endif