Skip to content

Commit

Permalink
snippets: fix zperf dependency
Browse files Browse the repository at this point in the history
Dependency NET_SOCKETS_POLL_MAX on ZVFS_OPEN_MAX
has been added during the last upmerge.
Commit updates snippet accrdingly.

Signed-off-by: Aleksandr Khromykh <[email protected]>
  • Loading branch information
alxelax authored and rlubos committed Oct 9, 2024
1 parent 5611086 commit 28220dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/zperf/zperf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ CONFIG_NET_SHELL=y
CONFIG_NET_ZPERF=y
CONFIG_NET_CONTEXT_RCVTIMEO=y
CONFIG_NET_SOCKETS=y
CONFIG_ZVFS_OPEN_MAX=9
CONFIG_NET_SOCKETS_POLL_MAX=9

0 comments on commit 28220dc

Please sign in to comment.