Re: [lwip-users] Basic TCP server problem

2024-04-11 Thread Sameer Ahmad
Hello again, I forgot to attach the tcpdump file and also the lwipopts file. Also some extra information from LWIP Stats, however this also does not show any issues. This info comes from a breakpoint in tcp_server_send when an invalid packet comes in due to the slow response previously. MEMP

[lwip-users] Basic TCP server problem

2024-04-11 Thread Sameer Ahmad
Hello, I am new to LWIP and have been working on a TCP server on my board with a STM32F429ZI and my PHY is a DP83848C. The LWIP version being used is v2.1.2. I am using raw API and copied the echo server example that is provided and have changed the tcp_server_send function but I not sure if this