User Activity

I'm trying to receive a packet of 15125 bytes. The packet is correctly fragmented in 11 packets, but of each fragment only the first 902 bytes are correct, the rest are equals to 0.ETH_RX_BUFFER_SIZE: 1536MEM_ALIGNMENT: 4MEM_SIZE: 16360LWIP_RAM_HEAP_...
I have a UDP socket for sending and receiving messages. Everything works fine for packets up to a certain size. I see via 'Wireshark' that I can successfully receive packets that get fragmented into at most 4 fragments.These are the parameters that I...