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 <Subsystem>/net/lib/sockets/Kconfig:76

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