-
CONFIG_NET_INITIAL_HOP_LIMIT
¶
Initial hop limit for a connection
Type: int
Help¶
The value should be > 0
Direct dependencies¶
NET_IPV6
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 64 if
NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:38
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:32
Menu path: (top menu) → Networking → IP stack → IPv6
config NET_INITIAL_HOP_LIMIT int prompt "Initial hop limit for a connection" ifNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
default 64 ifNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
help The value should be > 0
(Definitions include propagated dependencies, including from if’s and menus.)