mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
Merge branch 'feature/add_LWIP_ND6_RDNSS_MAX_DNS_SERVERS_to_menuconfig' into 'master'
feat(lwip): Add LWIP_ND6_RDNSS_MAX_DNS_SERVERS to menuconfig See merge request sdk/ESP8266_RTOS_SDK!544
This commit is contained in:
@ -1889,7 +1889,7 @@ void *memp_malloc_ll(size_t type);
|
||||
* DNS Server Option (as per RFC 6106) to copy a defined maximum number of DNS
|
||||
* servers to the DNS module.
|
||||
*/
|
||||
#define LWIP_ND6_RDNSS_MAX_DNS_SERVERS 0
|
||||
#define LWIP_ND6_RDNSS_MAX_DNS_SERVERS CONFIG_LWIP_ND6_RDNSS_MAX_DNS_SERVERS
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user