:orphan: .. title:: CONFIG_NET_SOCKETS_ENABLE_DTLS .. kconfig:: CONFIG_NET_SOCKETS_ENABLE_DTLS CONFIG_NET_SOCKETS_ENABLE_DTLS ############################## *Enable DTLS socket support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable DTLS socket support. By default only TLS over TCP is supported. Direct dependencies =================== \ :kconfig:`NET_SOCKETS_SOCKOPT_TLS ` && \ :kconfig:`NET_SOCKETS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`MBEDTLS_DTLS ` if \ :kconfig:`NET_NATIVE ` Symbols that select this symbol =============================== - \ :kconfig:`UPDATEHUB_DTLS ` - \ :kconfig:`LWM2M_DTLS_SUPPORT ` Kconfig definition ================== At ``/net/lib/sockets/Kconfig:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:30`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → BSD Sockets compatible API .. code-block:: kconfig config NET_SOCKETS_ENABLE_DTLS bool "Enable DTLS socket support [EXPERIMENTAL]" select MBEDTLS_DTLS if NET_NATIVE depends on NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING help Enable DTLS socket support. By default only TLS over TCP is supported. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*