zephyr/subsys/net/lib/dhcpv4
Jukka Rissanen 254e757539 net: dhcpv4: Do not wait forever when allocating net_pkt
As the allocation is run in system workqueue context, it can
cause problems if waiting forever when allocating net_pkt.

Fixes #77935

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-09-09 09:28:21 +02:00
..
CMakeLists.txt
Kconfig net: dhcpv4_server: dns server option 2024-08-20 18:58:40 -04:00
dhcpv4.c net: dhcpv4: Do not wait forever when allocating net_pkt 2024-09-09 09:28:21 +02:00
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: dns server option 2024-08-20 18:58:40 -04:00