LWIP server recovery after cable unplug/replug
Hello!
i am working with the STM32H747, i have a cubeMX generated project which uses LWIP for ETH connection and managment.
I've encountered an issue - i have a LWIP tcp server, which connect clients and runs properly. when i disconnect the ethernet cable with out disconnecting rom client first i am not able to recover connection after the cable is reconnected. the only thing that works is restating and this is not an option.
Please advise on possible ways to resolve this issue :)
thanks