Skip to content

Commit

Permalink
fix(driver/modern_bpf): lower sendmmsg and recvmmsg loop support to 8…
Browse files Browse the repository at this point in the history
… to avoid limit size failures.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jan 14, 2025
1 parent 29b1bfc commit d327a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/modern_bpf/helpers/base/shared_size.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define MAX_IOVCNT 32

/* Maximum number of supported sendmmsg/recvmmsg messages */
#define MAX_SENDMMSG_RECVMMSG_SIZE 16
#define MAX_SENDMMSG_RECVMMSG_SIZE 8

/* Maximum number of `pollfd` structures that we can analyze. */
#define MAX_POLLFD 16
Expand Down

0 comments on commit d327a3b

Please sign in to comment.