No UDP packets transmitted after ARP reply
Hello,
I'm using the STM32F767ZITx MCU and the lwIP library to transmit and receive UDP packets every 1 ms.
Everything works fine but sometimes, after the ARP table has expired, UDP packets are no longer transmitted for several seconds even though my STM has received a response to its ARP request (as seen with Wireshark).
What solutions are there to avoid this scenario? Is this normal lwIP behavior?
Thanks for your help.
