CONFIG_SYS_LOG_BACKEND_NET_MAX_BUF

How many network buffers to allocate for sending messages

Type: int

Help

Each syslog message will occupy one network buffer.

Direct dependencies

SYS_LOG_BACKEND_NET

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig:91

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

config SYS_LOG_BACKEND_NET_MAX_BUF
    int
    prompt "How many network buffers to allocate for sending messages" if SYS_LOG_BACKEND_NET
    range 3 256 if SYS_LOG_BACKEND_NET
    default 3 if SYS_LOG_BACKEND_NET
    depends on SYS_LOG_BACKEND_NET
    help
      Each syslog message will occupy one network buffer.

(Definitions include propagated dependencies, including from if’s and menus.)