:orphan: .. title:: CONFIG_NET_SOCKETS_TLS_PRIORITY .. kconfig:: CONFIG_NET_SOCKETS_TLS_PRIORITY CONFIG_NET_SOCKETS_TLS_PRIORITY ############################### *Default processing priority for TLS sockets* Type: ``int`` Help ==== .. code-block:: none Processing priority for TLS sockets. Should be lower than NET_SOCKETS_PRIORITY_DEFAULT in order to be processed correctly. Direct dependencies =================== \ :kconfig:`NET_SOCKETS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 45 Kconfig definition ================== At ``/net/lib/sockets/Kconfig:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/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_TLS_PRIORITY int "Default processing priority for TLS sockets" default 45 depends on NET_SOCKETS && NETWORKING help Processing priority for TLS sockets. Should be lower than NET_SOCKETS_PRIORITY_DEFAULT in order to be processed correctly. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*