fix(lwip): Modify the DHCP offer and DHCP ack from broadcast to unicast

This commit is contained in:
zhangyanjiao
2022-10-20 17:28:28 +08:00
parent a10121491f
commit 04ea824740
3 changed files with 105 additions and 23 deletions

View File

@@ -162,6 +162,12 @@ extern "C" {
*/
#define ARP_QUEUEING 1
#ifdef CONFIG_LWIP_DHCPS_STATIC_ENTRIES
#define ETHARP_SUPPORT_STATIC_ENTRIES 1
#else
#define ETHARP_SUPPORT_STATIC_ENTRIES 0
#endif
/*
--------------------------------
---------- IP options ----------