lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] problem tcp_enqueue


From: Simon Goldschmidt
Subject: Re: [lwip-users] problem tcp_enqueue
Date: Wed, 12 May 2010 16:26:18 +0200

Nicolas Dioli wrote:
> Yes of course but queuelen doesn't decrease or reset, after tcp_output().:

That's intended: the data is still buffered and queuelen counts the number of 
tx-buffer pbufs per tcp pcb.

> Is it normal that lwip keep in memory data already sent ??

Yes. They have to be buffer for resending and are freed when the remote host 
ACKs them.

> Can i force queuelen to 0 after tcp_output() ?

NO! Don't mess around with lwIP internals!


Simon
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01



reply via email to

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