-
CONFIG_NET_BUF_DATA_SIZE
¶
Size of each network data fragment
Type: int
Help¶
This value tells what is the fixed size of each network buffer.
Direct dependencies¶
NET_BUF_FIXED_DATA_SIZE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 128 if
NET_BUF_FIXED_DATA_SIZE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:474
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_BUF_DATA_SIZE int prompt "Size of each network data fragment" ifNET_BUF_FIXED_DATA_SIZE
&&NETWORKING
default 128 ifNET_BUF_FIXED_DATA_SIZE
&&NETWORKING
depends onNET_BUF_FIXED_DATA_SIZE
&&NETWORKING
help This value tells what is the fixed size of each network buffer.
(Definitions include propagated dependencies, including from if’s and menus.)