:orphan: .. title:: NET_SOCKETS_ENABLE_DTLS .. option:: CONFIG_NET_SOCKETS_ENABLE_DTLS *Enable DTLS socket support [EXPERIMENTAL]* Type: ``bool`` Help ==== Enable DTLS socket support. By default only TLS over TCP is supported. Direct dependencies =================== \ :option:`NET_SOCKETS_SOCKOPT_TLS ` && \ :option:`NET_SOCKETS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`MBEDTLS_DTLS ` if \ :option:`NET_NATIVE ` Symbols that select this symbol =============================== - \ :option:`UPDATEHUB_DTLS ` - \ :option:`LWM2M_DTLS_SUPPORT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sockets/Kconfig:73`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/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 .. parsed-literal:: config NET_SOCKETS_ENABLE_DTLS bool "Enable DTLS socket support [EXPERIMENTAL]" select \ :option:`MBEDTLS_DTLS ` if \ :option:`NET_NATIVE ` depends on \ :option:`NET_SOCKETS_SOCKOPT_TLS ` && \ :option:`NET_SOCKETS ` && \ :option:`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.)*