Hi, I'm using STM32H745I-DISCO board and I'm not able to receive packets bigger than a certain size.
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...