-
CONFIG_NET_PKT_TIMESTAMP_STACK_SIZE
¶
Timestamp thread stack size
Type: int
Help¶
Set the timestamp thread stack size in bytes. The timestamp thread waits for timestamped TX frames and calls registered callbacks.
Direct dependencies¶
NET_PKT_TIMESTAMP
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1024 if
NET_PKT_TIMESTAMP
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:448
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
Menu path: (top menu) → Networking → IP stack
config NET_PKT_TIMESTAMP_STACK_SIZE int prompt "Timestamp thread stack size" ifNET_PKT_TIMESTAMP
&&NETWORKING
default 1024 ifNET_PKT_TIMESTAMP
&&NETWORKING
depends onNET_PKT_TIMESTAMP
&&NETWORKING
help Set the timestamp thread stack size in bytes. The timestamp thread waits for timestamped TX frames and calls registered callbacks.
(Definitions include propagated dependencies, including from if’s and menus.)