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

Kconfig definition

At subsys/net/l2/ethernet/lldp/Kconfig:40

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:89subsys/net/l2/Kconfig:73subsys/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" if NET_LLDP && NET_L2_ETHERNET && NETWORKING
    range 1 100 if NET_LLDP && NET_L2_ETHERNET && NETWORKING
    default 4 if NET_LLDP && NET_L2_ETHERNET && NETWORKING
    depends on NET_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.)