mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
lwip: solve some routers do not forward multicast packet issue
This commit is contained in:
@@ -1490,6 +1490,15 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
|
||||
#define ESP_GRATUITOUS_ARP 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ESP_MLDV6_REPORT==1: This option allows to send mldv6 report periodically.
|
||||
*/
|
||||
#ifdef CONFIG_LWIP_ESP_MLDV6_REPORT
|
||||
#define ESP_MLDV6_REPORT 1
|
||||
#else
|
||||
#define ESP_MLDV6_REPORT 0
|
||||
#endif
|
||||
|
||||
#define ESP_LWIP 1
|
||||
#define ESP_LWIP_ARP 1
|
||||
#define ESP_PER_SOC_TCP_WND 0
|
||||
|
Reference in New Issue
Block a user