:orphan: .. title:: NET_PKT_TIMESTAMP_STACK_SIZE .. option:: 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 =================== \ :option:`NET_PKT_TIMESTAMP_THREAD ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:744`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable network packet timestamp support → Create TX timestamp thread .. parsed-literal:: config NET_PKT_TIMESTAMP_STACK_SIZE int "Timestamp thread stack size" default 1024 depends on \ :option:`NET_PKT_TIMESTAMP_THREAD ` && \ :option:`NETWORKING ` help Set the timestamp thread stack size in bytes. The timestamp thread waits for timestamped TX frames and calls registered callbacks. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*