STM32F745ZG ethernet high payload transmission problem
Hi,
I have been trying to implement a TCP server on a STM32F745ZG MCU using lwip library and ST example codes, however while I am trying to send data packets with payload bigger than 1460 bytes, my server wont be able to replay the client packet and the connection stops.
I know the ethernet standard MTU is 1500 bytes and the corresponding MSS is 1460, so i tried to increase mtu in both "ethernetif.c" and "lwipopt.h" files and also check this MCU reference manual and it seems it support bigger data packet size:

However, i still have no success in sending TCP payload bigger than 1460 Bytes.
Any help or hint would be highly apprecited.
