-
CONFIG_NET_INITIAL_TTL
¶
Initial time to live for a connection
Type: int
Help¶
The value should be > 0
Direct dependencies¶
NET_IPV4
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 64 if
NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv4:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:34
Menu path: (top menu) → Networking → IP stack → IPv4
config NET_INITIAL_TTL int prompt "Initial time to live for a connection" ifNET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
default 64 ifNET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
help The value should be > 0
(Definitions include propagated dependencies, including from if’s and menus.)