-
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.
Defaults¶
- 3 if
SYS_LOG_BACKEND_NET
Kconfig definition¶
At subsys/logging/Kconfig:91
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/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" ifSYS_LOG_BACKEND_NET
range 3 256 ifSYS_LOG_BACKEND_NET
default 3 ifSYS_LOG_BACKEND_NET
depends onSYS_LOG_BACKEND_NET
help Each syslog message will occupy one network buffer.
(Definitions include propagated dependencies, including from if’s and menus.)