The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LOG_BACKEND_NET_MAX_BUF

How many network buffers to allocate for sending messages

Type: int

Help

Each syslog message should fit into a network packet that will be sent to server. This number tells how many syslog messages can be in transit to the server.

Direct dependencies

LOG_BACKEND_NET && LOG

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

Defaults

Kconfig definition

At subsys/logging/Kconfig:386

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_BACKEND_NET_MAX_BUF
    int
    prompt "How many network buffers to allocate for sending messages" if LOG_BACKEND_NET && LOG
    range 3 256 if LOG_BACKEND_NET && LOG
    default 3 if LOG_BACKEND_NET && LOG
    depends on LOG_BACKEND_NET && LOG
    help
      Each syslog message should fit into a network packet that will be
      sent to server. This number tells how many syslog messages can be
      in transit to the server.

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