lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP windows Full


From: brak brak2
Subject: Re: [lwip-users] TCP windows Full
Date: Wed, 13 Jul 2011 12:23:08 +0200

> As long as you call tcp_recved() with the correct total number of bytes,
> it should behave properly.  You don't need to call it separately for
> each pbuf.  You could try putting some debug print statements in
> tcp_recved() to see how much data it thinks is still being used by the
> application and receive queue, and compare that to what you think should
> be the case.

It's not a problem of lwIP. I had an error in my code. Function that
should process the data stalled for too long and another module raised
timeout.
Sorry for premature question.

Thanks for help.
Best regards
Tomasz



reply via email to

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