samples: net: coaps_server: Increase mcast addresses
The coaps server sample application did not start because number of IPv6 multicast addresses was too low. Increased the address count from 2 to 5. Jira: ZEP-2359 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
b1a3753669
commit
8f9249cf5c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ CONFIG_NET_PKT_TX_COUNT=14
|
|||
CONFIG_NET_BUF_RX_COUNT=30
|
||||
CONFIG_NET_BUF_TX_COUNT=30
|
||||
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3
|
||||
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=2
|
||||
CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=5
|
||||
CONFIG_NET_MAX_CONTEXTS=10
|
||||
|
||||
CONFIG_ZOAP=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue