Skip to content

Commit ff73917

Browse files
committed
snippets: wifi: Set default number of sockets to use
Set the minimum number of sockets that are used by the wifi snippets. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 44bcdcc commit ff73917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

snippets/wifi/wifi-ip/wifi-ip.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_WIFI_NM_WPA_SUPPLICANT=y
55

66
# Make sure there is enough resources for supplicant and most of the samples
77
CONFIG_MAIN_STACK_SIZE=2048
8-
CONFIG_ZVFS_OPEN_MAX=24
8+
CONFIG_ZVFS_OPEN_ADD_SIZE_NET=10
99
CONFIG_NET_MAX_CONN=10
1010
CONFIG_ZVFS_POLL_MAX=10
1111

snippets/wifi/wifi-ipv4/wifi-ipv4.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_WIFI_NM_WPA_SUPPLICANT=y
55

66
# Make sure there is enough resources for supplicant and most of the samples
77
CONFIG_MAIN_STACK_SIZE=2048
8-
CONFIG_ZVFS_OPEN_MAX=24
8+
CONFIG_ZVFS_OPEN_ADD_SIZE_NET=10
99
CONFIG_NET_MAX_CONN=10
1010
CONFIG_ZVFS_POLL_MAX=10
1111

snippets/wifi/wifi-ipv6/wifi-ipv6.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONFIG_WIFI_NM_WPA_SUPPLICANT=y
55

66
# Make sure there is enough resources for supplicant and most of the samples
77
CONFIG_MAIN_STACK_SIZE=2048
8-
CONFIG_ZVFS_OPEN_MAX=24
8+
CONFIG_ZVFS_OPEN_ADD_SIZE_NET=10
99
CONFIG_NET_MAX_CONN=10
1010
CONFIG_ZVFS_POLL_MAX=10
1111

0 commit comments

Comments
 (0)