mirror of
https://github.com/espressif/esp-idf
synced 2025-03-31 11:50:11 -04:00
If on-demand timers (IGMP+MLD6) were enabled, idf updated user config MEMP_NUM_SYS_TIMEOUT. The implementation of these timers are in lwip project so the internal system timeout shall be updated accordingly, enabling port layers to modify MEMP_NUM_SYS_TIMEOUT. Closes https://github.com/espressif/esp-idf/issues/9150