From 4732452a42cdfd5cd7fe6590ef791bd7cfb47eb7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 21 Jul 2017 22:37:31 +0300 Subject: [PATCH] samples: bluetooth: ipsp: Bump max number of contexts This sample includes builtin UDP and TCP echo servers, max MAX_CONTEXTS=3 as set previously, they just didn't work. Signed-off-by: Paul Sokolovsky --- samples/bluetooth/ipsp/prj.conf | 2 +- samples/bluetooth/ipsp/prj_dbg.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bluetooth/ipsp/prj.conf b/samples/bluetooth/ipsp/prj.conf index 310b30e406e..9d1169f008f 100644 --- a/samples/bluetooth/ipsp/prj.conf +++ b/samples/bluetooth/ipsp/prj.conf @@ -19,7 +19,7 @@ CONFIG_NET_BUF_RX_COUNT=20 CONFIG_NET_BUF_TX_COUNT=20 CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3 CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=2 -CONFIG_NET_MAX_CONTEXTS=3 +CONFIG_NET_MAX_CONTEXTS=6 CONFIG_NET_APP_SETTINGS=y CONFIG_NET_APP_MY_IPV6_ADDR="2001:db8::1" diff --git a/samples/bluetooth/ipsp/prj_dbg.conf b/samples/bluetooth/ipsp/prj_dbg.conf index a4569b102b8..d8f76b20beb 100644 --- a/samples/bluetooth/ipsp/prj_dbg.conf +++ b/samples/bluetooth/ipsp/prj_dbg.conf @@ -23,7 +23,7 @@ CONFIG_NET_BUF_RX_COUNT=20 CONFIG_NET_BUF_TX_COUNT=20 CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3 CONFIG_NET_IF_MCAST_IPV6_ADDR_COUNT=2 -CONFIG_NET_MAX_CONTEXTS=3 +CONFIG_NET_MAX_CONTEXTS=6 CONFIG_NET_SHELL=y CONFIG_BLUETOOTH_SHELL=y