Skip to content

Commit

Permalink
format
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 6, 2024
1 parent e02d1f8 commit 1e51753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/network/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ class Utility {
* the IoHandle to ensure the platform supports GRO before using it.
* @param allow_mmsg whether to use recvmmsg, iff the platform supports it. This function will
* check the IoHandle to ensure the platform supports recvmmsg before using it. If `allow_gro` is
* true and the platform supports GRO, then it wil take precedence over using recvmmsg.
* true and the platform supports GRO, then it will take precedence over using recvmmsg.
* @param packets_dropped is the output parameter for number of packets dropped in kernel.
* Return the io error encountered or nullptr if no io error but read stopped
* because of MAX_NUM_PACKETS_PER_EVENT_LOOP.
Expand Down

0 comments on commit 1e51753

Please sign in to comment.