lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Help- TCP connection does not work after a some number


From: Mark Lakata
Subject: Re: [lwip-users] Help- TCP connection does not work after a some number of packets are received
Date: Thu, 13 Sep 2012 10:33:33 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

Hi Anna,

You might look at my previous posting from a few minutes ago, where I found a bug in the
STM32F4x7 ethernetif.c drive code. This might cause the code to stop responding, because all of the RX buffers are full but not being emptied.

-Mar

On 9/13/2012 9:42 AM, Jelena Frtunik wrote:
Hi everyone,

I have a system like this: STM32 Board with FreeRTOS and LWip on it (192.168.17.48). On the other side I have a QT GUI (running on Windows address 192.168.17.48) which sends TCP commands to the Board.
After the communication is etsablished and some random number of packets are sent the communication between the two parties does not work. In the attachment I am sending you the obsereved packets via Wireshark.
I am not an expert in LWIP at all, but from the things observed I guess either it is a timing problem (packets are send to fast and no ACK is received) or the reconnection is not successfuly established. Reseting the board helps the problem. 
However in the use case that I am having this should not be done.

Has anyone experianced similar problem? Do I have to change some LWIP options in the lwipopts.h file? Can someone give me tips where to look for the problem?

Thank you very much in advance.

Anna


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]