Internal QUICHE change PiperOrigin-RevId: 351577859 Change-Id: I0c166c934986096b6e731ef5d4f1ea39206b9726
diff --git a/quic/core/quic_flags_list.h b/quic/core/quic_flags_list.h index 3b264f5..5e9f622 100644 --- a/quic/core/quic_flags_list.h +++ b/quic/core/quic_flags_list.h
@@ -39,7 +39,7 @@ QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_donot_reset_ideal_next_packet_send_time, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_dont_defer_sending, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_mtu_discovery_at_server, false) -QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_server_on_wire_ping, false) +QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_server_on_wire_ping, true) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_enable_token_based_address_validation, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_encrypted_control_frames, false) QUIC_FLAG(FLAGS_quic_reloadable_flag_quic_encrypted_goaway, true)