Skip to content

Commit 775a8e8

Browse files
hasheddancarlescufi
authored andcommitted
net: sockets: use DTLS in NET_SOCKETS_TLS_MAX_APP_PROTOCOLS
Updates NET_SOCKETS_TLS_MAX_APP_PROTOCOLS Kconfig option description to use DTLS instead of DTL. Signed-off-by: Daniel Mangum <[email protected]>
1 parent 70f62ad commit 775a8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/lib/sockets/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ config NET_SOCKETS_TLS_MAX_APP_PROTOCOLS
149149
depends on NET_SOCKETS_SOCKOPT_TLS && MBEDTLS_SSL_ALPN
150150
help
151151
This variable sets maximum number of supported application layer
152-
protocols over TLS/DTL that can be set explicitly by a socket option.
152+
protocols over TLS/DTLS that can be set explicitly by a socket option.
153153
By default, no supported application layer protocol is set.
154154

155155
config NET_SOCKETS_TLS_MAX_CLIENT_SESSION_COUNT

0 commit comments

Comments
 (0)