-
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.
Defaults¶
- 3 if
LOG_BACKEND_NET
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:386
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging
config LOG_BACKEND_NET_MAX_BUF int prompt "How many network buffers to allocate for sending messages" ifLOG_BACKEND_NET
&&LOG
range 3 256 ifLOG_BACKEND_NET
&&LOG
default 3 ifLOG_BACKEND_NET
&&LOG
depends onLOG_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.)