Skip to content

Commit

Permalink
snippets: wifi-ipv4: Increase max polling sockets
Browse files Browse the repository at this point in the history
When using this snippet with Zperf a boot warning is seen, fix the
warning by increasing the sockets.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and kartben committed Jan 3, 2025
1 parent c456d91 commit a502029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/wifi-ipv4/wifi-ipv4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONFIG_WIFI_NM_WPA_SUPPLICANT=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_ZVFS_OPEN_MAX=24
CONFIG_NET_MAX_CONN=10
CONFIG_NET_SOCKETS_POLL_MAX=9
CONFIG_ZVFS_POLL_MAX=10

# IPv4 only for now
CONFIG_NET_IPV6=n
Expand Down

0 comments on commit a502029

Please sign in to comment.