-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig:539
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_PKT_TIMESTAMP bool prompt "Enable network packet timestamp support" ifNETWORKING
depends onNETWORKING
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.)