From a5020290de6bfd95c3484138f9aee560f214ed11 Mon Sep 17 00:00:00 2001 From: Chaitanya Tata Date: Thu, 2 Jan 2025 20:50:53 +0530 Subject: [PATCH] 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 --- snippets/wifi-ipv4/wifi-ipv4.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/wifi-ipv4/wifi-ipv4.conf b/snippets/wifi-ipv4/wifi-ipv4.conf index 59f4eafc222..89feb091ad3 100644 --- a/snippets/wifi-ipv4/wifi-ipv4.conf +++ b/snippets/wifi-ipv4/wifi-ipv4.conf @@ -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