Skip to content

Commit 61acbb9

Browse files
rlubosfabiobaltieri
authored andcommitted
tests: net: all: Ensure TLS sockets are built with CID support
Some CID-related functionalities of the DTLS sockets are conditionally compiled, make sure that code is built with tests/net/all test suite. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent da5c9c8 commit 61acbb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/all/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ CONFIG_MBEDTLS_BUILTIN=y
1717
CONFIG_MBEDTLS_ENABLE_HEAP=y
1818
CONFIG_MBEDTLS_HEAP_SIZE=60000
1919
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=2048
20+
CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID=y
2021

2122
# net_buf/pkt options
2223
CONFIG_NET_BUF=y

0 commit comments

Comments
 (0)