:orphan: .. title:: CONFIG_NET_PKT_TIMESTAMP_STACK_SIZE .. kconfig:: CONFIG_NET_PKT_TIMESTAMP_STACK_SIZE CONFIG_NET_PKT_TIMESTAMP_STACK_SIZE ################################### *Timestamp thread stack size* Type: ``int`` Help ==== .. code-block:: none Set the timestamp thread stack size in bytes. The timestamp thread waits for timestamped TX frames and calls registered callbacks. Direct dependencies =================== \ :kconfig:`NET_PKT_TIMESTAMP_THREAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== At ``/net/ip/Kconfig:763`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/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 .. code-block:: kconfig config NET_PKT_TIMESTAMP_STACK_SIZE int "Timestamp thread stack size" default 1024 depends on NET_PKT_TIMESTAMP_THREAD && 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.)*