Skip to content

Commit

Permalink
[nrf noup] Increased number of net sockets poll max
Browse files Browse the repository at this point in the history
Increased CONFIG_NET_SOCKETS_POLL_MAX from 4 to 6, as otherwise
it resulted in bus fault during connection.

Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
  • Loading branch information
kkasperczyk-no committed Sep 7, 2023
1 parent eeb7280 commit 478ba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ config NET_IF_MCAST_IPV6_ADDR_COUNT
default 8

config NET_SOCKETS_POLL_MAX
default 4
default 6

config MBEDTLS_SSL_OUT_CONTENT_LEN
default 900
Expand Down

0 comments on commit 478ba85

Please sign in to comment.