samples: net: zperf: Increase the polled fd count
We need more polled fd count so that socket services work ok. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
1e8cbd5d43
commit
1dc8249fcd
|
@ -20,7 +20,7 @@ CONFIG_NET_MAX_CONTEXTS=5
|
|||
CONFIG_NET_TC_TX_COUNT=1
|
||||
CONFIG_NET_SOCKETS=y
|
||||
CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
CONFIG_NET_SOCKETS_POLL_MAX=4
|
||||
CONFIG_NET_SOCKETS_POLL_MAX=9
|
||||
CONFIG_POSIX_MAX_FDS=8
|
||||
|
||||
CONFIG_INIT_STACKS=y
|
||||
|
|
Loading…
Reference in a new issue