serenity/Userland/Services/DHCPClient
AnotherTest c6607719d2 DHCPClient: Retry DISCOVER for interfaces that fail
Attempts are spaced out with exponential backoff, cut at 10 minutes per
attempt.
Also avoid trying to acquire an IP on interfaces that aren't up.
Fixes #6126.
Fixes #6125.
2021-04-06 08:38:44 +02:00
..
CMakeLists.txt
DHCPv4.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
DHCPv4.h Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
DHCPv4Client.cpp DHCPClient: Retry DISCOVER for interfaces that fail 2021-04-06 08:38:44 +02:00
DHCPv4Client.h DHCPClient: Retry DISCOVER for interfaces that fail 2021-04-06 08:38:44 +02:00
main.cpp DHCPClient: Retry DISCOVER for interfaces that fail 2021-04-06 08:38:44 +02:00