-
CONFIG_NET_DHCPV4_INITIAL_DELAY_MAX
¶
Maximum time out for initial discover request
Type: int
Help¶
As per RFC2131 4.1.1, we wait a random period between 1 and 10 seconds before sending the initial discover.
Direct dependencies¶
NET_DHCPV4
&& NET_IPV4
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 10 if
NET_DHCPV4
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv4:49
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:54
Menu path: (top menu) → Networking → IP stack → IPv4
config NET_DHCPV4_INITIAL_DELAY_MAX int prompt "Maximum time out for initial discover request" ifNET_DHCPV4
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
range 2 10 ifNET_DHCPV4
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
default 10 ifNET_DHCPV4
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_DHCPV4
&&NET_IPV4
&& !NET_RAW_MODE
&&NETWORKING
help As per RFC2131 4.1.1, we wait a random period between 1 and 10 seconds before sending the initial discover.
(Definitions include propagated dependencies, including from if’s and menus.)