User Activity

I'm using the LWIP library and STM32F407. I’m trying to send a 1860 bytes  through Ethernet using UDP protocol, exceeding the Ethernet MTU (1500 bytes) so my data is fragmented. I´ve used some programs to test If I could read UDP stream, but nothing ...