From 37d69d4cda714daef9a6d71839632f9254076904 Mon Sep 17 00:00:00 2001 From: Ali Beyad Date: Mon, 12 Feb 2024 13:28:40 -0500 Subject: [PATCH] mobile: Remove unneeded comment (#32337) Signed-off-by: Ali Beyad --- mobile/library/cc/engine_builder.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/library/cc/engine_builder.cc b/mobile/library/cc/engine_builder.cc index b968cb68087f..35b841f6b340 100644 --- a/mobile/library/cc/engine_builder.cc +++ b/mobile/library/cc/engine_builder.cc @@ -769,7 +769,6 @@ std::unique_ptr EngineBuilder::generate // Set the upstream connections socket receive buffer size. The operating system defaults are // usually too small for QUIC. - // TODO(32304): We can remove this once core Envoy has better receive buffer defaults. // NOTE: An H3 cluster can also establish H2 connections (for example, if the H3 connection is // marked as broken in the ConnectivityGrid). This option would apply to all connections in the // cluster, meaning H2 TCP connections buffer size would also be set to 1MB. On the platforms