lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP bandwidth limited by rate of ACKs


From: Simon Goldschmidt
Subject: Re: [lwip-users] TCP bandwidth limited by rate of ACKs
Date: Tue, 18 Oct 2011 11:15:16 +0200

Mason <address@hidden> wrote:
> >>        if (err) { printf("recv=%d\n", err); break; }
> > 
> > --> Add netbuf_free(buf); here

D'oh! That should have been netbuf_delete() (which frees both the pbuf *and* 
the netbuf), not netbuf_free() (which only frees the pbuf). Sorry for the 
confusion.

Simon
-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!               
Jetzt informieren: http://www.gmx.net/de/go/freephone



reply via email to

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