The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_PKT_TIMESTAMP

Enable network packet timestamp support

Type: bool

Help

Enable network packet timestamp support. This is needed for example in gPTP which needs to know how long it takes to send a network packet.

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig:539

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

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

config NET_PKT_TIMESTAMP
    bool
    prompt "Enable network packet timestamp support" if NETWORKING
    depends on NETWORKING
    help
      Enable network packet timestamp support. This is needed for
      example in gPTP which needs to know how long it takes to send
      a network packet.

(Definitions include propagated dependencies, including from if’s and menus.)