Skip to content

Commit a502029

Browse files
krish2718kartben
authored andcommitted
snippets: wifi-ipv4: Increase max polling sockets
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]>
1 parent c456d91 commit a502029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/wifi-ipv4/wifi-ipv4.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CONFIG_WIFI_NM_WPA_SUPPLICANT=y
77
CONFIG_MAIN_STACK_SIZE=2048
88
CONFIG_ZVFS_OPEN_MAX=24
99
CONFIG_NET_MAX_CONN=10
10-
CONFIG_NET_SOCKETS_POLL_MAX=9
10+
CONFIG_ZVFS_POLL_MAX=10
1111

1212
# IPv4 only for now
1313
CONFIG_NET_IPV6=n

0 commit comments

Comments
 (0)