LWIP_TCPIP_CORE_LOCKING
Posted: Mon Jan 06, 2020 2:11 pm
Is there a reason why LWIP_TCPIP_CORE_LOCKING (and LWIP_TCPIP_CORE_LOCKING_INPUT) is disabled in current esp-idf versions? It's the default since LwIP v2.
LwIP docs state that enabling this option is recommended.
LwIP docs state that enabling this option is recommended.
https://www.nongnu.org/lwip/2_1_x/tcpip ... a7d370395dIt is recommended to use LWIP_TCPIP_CORE_LOCKING since this is the way with least runtime overhead.