Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Mar 9, 2024
1 parent 917b7c9 commit ce30cd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/common/quic/envoy_quic_client_connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,7 @@ void EnvoyQuicClientConnection::onFileEvent(uint32_t events,
if (connected() && (events & Event::FileReadyType::Read)) {
Api::IoErrorPtr err = Network::Utility::readPacketsFromSocket(
connection_socket.ioHandle(), *connection_socket.connectionInfoProvider().localAddress(),
*this, dispatcher_.timeSource(), prefer_gro_,
// For client connections, recvmmsg consumes more CPU with no performance improvement.
allow_mmsg_, packets_dropped_);
*this, dispatcher_.timeSource(), prefer_gro_, allow_mmsg_, packets_dropped_);
if (err == nullptr) {
// In the case where the path validation fails, the probing socket will be closed and its IO
// events are no longer interesting.
Expand Down

0 comments on commit ce30cd4

Please sign in to comment.