CONFIG_NET_SOCKETS_TLS_PRIORITY

Default processing priority for TLS sockets

Type: int

Help

Processing priority for TLS sockets. Should be lower than
NET_SOCKETS_PRIORITY_DEFAULT in order to be processed correctly.

Direct dependencies

NET_SOCKETS && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 45

Kconfig definition

At <Zephyr>/subsys/net/lib/sockets/Kconfig:76

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/net/Kconfig:87<Zephyr>/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

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.)