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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue