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

Kconfig definition

At subsys/net/ip/Kconfig:448

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91

Menu path: (top menu) → Networking → IP stack

config NET_PKT_TIMESTAMP_STACK_SIZE
    int
    prompt "Timestamp thread stack size" if NET_PKT_TIMESTAMP && NETWORKING
    default 1024 if NET_PKT_TIMESTAMP && NETWORKING
    depends on NET_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.)