Skip to content

Commit

Permalink
mobile: Remove unneeded comment (envoyproxy#32337)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <[email protected]>
  • Loading branch information
abeyad authored Feb 12, 2024
1 parent 844928e commit 37d69d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mobile/library/cc/engine_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,6 @@ std::unique_ptr<envoy::config::bootstrap::v3::Bootstrap> 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
Expand Down

0 comments on commit 37d69d4

Please sign in to comment.