Ethernet packets are dropped after receiving zero.
Dear all,
I have established ethernet UDP connection using the following tutorial https://controllerstech.com/stm32-ethernet-3-udp-client/
And i'm able to transmit and receive packets.
But the problem is when my receive packet contains zero all the data after the zero packet is dropped.
Eg: If my receive packet is 123045 I'm receiving only 123 (but the data length defined is 6)
How can I solve this issue?
