-
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 <Zephyr>/subsys/net/ip/Kconfig:726
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:87
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
config NET_PKT_TIMESTAMP
bool "Enable network packet timestamp support"
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)