samples: net: Increase CONFIG_NET_SOCKETS_POLL_MAX to pass checks
The number of suitable network IPv6/4 configurations in interfaces affect the number of pollable sockets. So need to increase the value from the default value of 3. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
b95821f809
commit
8363b8cfd9
3 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,8 @@ CONFIG_NET_IPV6=y
|
|||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_DHCPV4=n
|
||||
|
||||
CONFIG_NET_SOCKETS_POLL_MAX=4
|
||||
|
||||
# Enable the DNS resolver
|
||||
CONFIG_DNS_RESOLVER=y
|
||||
# Enable additional buffers
|
||||
|
|
|
@ -8,6 +8,8 @@ CONFIG_NET_IPV4=y
|
|||
CONFIG_NET_IF_MAX_IPV6_COUNT=3
|
||||
CONFIG_NET_IF_MAX_IPV4_COUNT=3
|
||||
|
||||
CONFIG_NET_SOCKETS_POLL_MAX=6
|
||||
|
||||
CONFIG_NET_HOSTNAME_ENABLE=y
|
||||
CONFIG_NET_HOSTNAME_UNIQUE=n
|
||||
CONFIG_NET_HOSTNAME="zephyr"
|
||||
|
|
|
@ -21,3 +21,4 @@ CONFIG_ZTEST_STACK_SIZE=2048
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
|
||||
CONFIG_NET_MAX_CONTEXTS=8
|
||||
CONFIG_NET_SOCKETS_POLL_MAX=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue