1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-15 12:09:08 -04:00
David Cermak 8da8db7a4e fix(lwip): Fix potential data-race in ping tcpip callback
Need to use tcpip_api_call() instead of tcpip_callback(), since the
former waits for the tcpip task to complete and thus prevents potential
data races with subsequent TCP/IP tasks.
2025-01-29 23:34:27 +08:00
..