-
CONFIG_NET_LLDP_TX_HOLD
¶
Multiplier of Tx Interval to result on Time to Live value
Type: int
Help¶
This value (msgTxHold) is used as a multiplier of CONFIG_NET_LLDP_MSG_TX_INTERVAL, to determine the value to be used as Time to Live in LLDP frames. For further information please refer to section 9.2.5.6 of the LLDP spec.
Direct dependencies¶
NET_LLDP
&& NET_L2_ETHERNET
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 4 if
NET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
Kconfig definition¶
At subsys/net/l2/ethernet/lldp/Kconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:89
→ subsys/net/l2/Kconfig:73
→ subsys/net/l2/ethernet/Kconfig:66
Menu path: (top menu) → Networking → Link layer options → Enable Ethernet support → Link Layer Discovery Protocol (LLDP) options
config NET_LLDP_TX_HOLD int prompt "Multiplier of Tx Interval to result on Time to Live value" ifNET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
range 1 100 ifNET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
default 4 ifNET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
depends onNET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
help This value (msgTxHold) is used as a multiplier of CONFIG_NET_LLDP_MSG_TX_INTERVAL, to determine the value to be used as Time to Live in LLDP frames. For further information please refer to section 9.2.5.6 of the LLDP spec.
(Definitions include propagated dependencies, including from if’s and menus.)