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 ifs and menus.)
Default¶
- 128 
Kconfig definition¶
At <Zephyr Subsystem>/net/ip/Kconfig:672
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
config NET_BUF_DATA_SIZE
    int "Size of each network data fragment"
    default 128
    depends on NET_BUF_FIXED_DATA_SIZE && NETWORKING
    help
      This value tells what is the fixed size of each network buffer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)