mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 18:04:40 +08:00
Enable DHCP_DOES_ACD_CHECK by default
This commit is contained in:
parent
67d4fc9ff0
commit
7492bfb0dc
@ -927,7 +927,7 @@
|
|||||||
* DHCP_DOES_ACD_CHECK==1: Perform address conflict detection on the dhcp address.
|
* DHCP_DOES_ACD_CHECK==1: Perform address conflict detection on the dhcp address.
|
||||||
*/
|
*/
|
||||||
#if !defined DHCP_DOES_ACD_CHECK || defined __DOXYGEN__
|
#if !defined DHCP_DOES_ACD_CHECK || defined __DOXYGEN__
|
||||||
#define DHCP_DOES_ACD_CHECK 0
|
#define DHCP_DOES_ACD_CHECK 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user