-
CONFIG_NET_PKT_RX_COUNT
¶
How many packet receives can be pending at the same time
Type: int
Help¶
Each RX buffer will occupy smallish amount of memory. See include/net/net_pkt.h and the sizeof(struct net_pkt)
Defaults¶
- 14 if
NET_L2_ETHERNET
&&NETWORKING
- 4 if
NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:364
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
Menu path: (top menu) → Networking → IP stack
config NET_PKT_RX_COUNT int prompt "How many packet receives can be pending at the same time" ifNETWORKING
default 14 ifNET_L2_ETHERNET
&&NETWORKING
default 4 ifNETWORKING
depends onNETWORKING
help Each RX buffer will occupy smallish amount of memory. See include/net/net_pkt.h and the sizeof(struct net_pkt)
(Definitions include propagated dependencies, including from if’s and menus.)