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

NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/net/lib/sockets/Kconfig:39

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:31

Menu path: (top menu) → Networking → Network Libraries → BSD Sockets compatible API

config NET_SOCKETS_ENABLE_DTLS
    bool
    prompt "Enable DTLS socket support [EXPERIMENTAL]" if NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING
    select TLS_DTLS if NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING
    depends on NET_SOCKETS_SOCKOPT_TLS && NET_SOCKETS && NETWORKING
    help
      Enable DTLS socket support. By default only TLS over TCP is supported.

(Definitions include propagated dependencies, including from if’s and menus.)