[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Freeing just part of a pbuf chain?
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Freeing just part of a pbuf chain? |
Date: |
Wed, 23 Nov 2011 11:48:46 +0000 |
On 22 Nov 2011, at 16:58, Brian McFarland wrote:
> I need to delay
> calling tcp_recved(), but still be prepared to handle up to a total of
> TCP_WND bytes in my tcp_recv() callback?
Exactly
> Will the LwIP stack ever send
> MORE than TCP_WND bytes through to the tcp_recv() callback without first
> invoking tcp_recved() to advertise a new window?
It shouldn't do.
Kieran