-
CONFIG_NET_BUF_RX_COUNT
¶
How many network buffers are allocated for receiving data
Type: int
Help¶
Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish header (sizeof(struct net_buf)) amount of data.
Defaults¶
- 36 if
NET_L2_ETHERNET
&&NETWORKING
- 16 if
NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:437
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_BUF_RX_COUNT int prompt "How many network buffers are allocated for receiving data" ifNETWORKING
default 36 ifNET_L2_ETHERNET
&&NETWORKING
default 16 ifNETWORKING
depends onNETWORKING
help Each data buffer will occupy CONFIG_NET_BUF_DATA_SIZE + smallish header (sizeof(struct net_buf)) amount of data.
(Definitions include propagated dependencies, including from if’s and menus.)