-
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:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/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]" ifNET_SOCKETS_SOCKOPT_TLS
&&NET_SOCKETS
&&NETWORKING
selectTLS_DTLS
ifNET_SOCKETS_SOCKOPT_TLS
&&NET_SOCKETS
&&NETWORKING
depends onNET_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.)