mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
fix(lwip): Modify the DHCP offer and DHCP ack from broadcast to unicast
This commit is contained in:
@@ -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 ----------
|
||||
|
Reference in New Issue
Block a user