[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] TCP windows
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] TCP windows |
Date: |
Wed, 9 Jun 2010 13:26:03 +0100 |
On 9 Jun 2010, at 08:39, Nicolas Dioli wrote:
>
> Have you got any idea where i forgot something to free like a pbuf.?
> Is there something to do in raw API to manage pbuf?
> Is it possible acknowledge don't freed memory?
> I don't understand where lwip decrease the value of tcp_window?
I think you need to call tcp_recved() to indicate that you've read the data and
allow lwIP to increase the window.
Kieran