zephyr/subsys/net/lib/dhcpv4
Robert Lubos 0d3a021379 net: dhcpv4: Reset Renewal/Rebinding times on ACK
In case no Renewal/Rebinding times have been provided the server via
DHCP options, we should reset their values on ACK, so that the client
can recalculate the defaults. This is important, as the lease time may
change, so we should recalculate default T1/T2 timeout based on the new
lease time value.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-06-13 17:50:52 +02:00
..
CMakeLists.txt
dhcpv4_internal.h net: dhcpv4: Reimplement RENEW/REBIND logic according to RFC2131 2024-06-13 17:50:52 +02:00
dhcpv4_server.c net: dhcpv4_server: Fix positive error codes returned 2024-04-10 07:42:21 -04:00
dhcpv4.c net: dhcpv4: Reset Renewal/Rebinding times on ACK 2024-06-13 17:50:52 +02:00
Kconfig net: dhcpv4: Add support for conflict detection 2024-06-10 00:59:28 -07:00