The latest development version of this page may be more current than this released 1.14.0 version.
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

Kconfig definition

At subsys/net/ip/Kconfig.ipv4:49

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/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" if NET_DHCPV4 && NET_IPV4 && !NET_RAW_MODE && NETWORKING
    range 2 10 if NET_DHCPV4 && NET_IPV4 && !NET_RAW_MODE && NETWORKING
    default 10 if NET_DHCPV4 && NET_IPV4 && !NET_RAW_MODE && NETWORKING
    depends on NET_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.)