lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] endless loop in netconn_write


From: Kieran Mansley
Subject: Re: [lwip-users] endless loop in netconn_write
Date: Wed, 26 Jul 2006 12:54:56 +0100

On Wed, 2006-07-26 at 13:37 +0200, M. Gotink wrote:

> 
> Our process is a webserver so the server (lwIP) sends a FIN packet when its 
> done sending the data (we call netconn_close at the end of the process), the 
> client will ack this FIN with a FIN packet from his side. When that packet is 
> received the connection should be closed and the pcb should be purged... But 
> thats not happening.

Ahh, OK.  Could it be that the purge doesn't happen until the connection
has exited the TCP TIME_WAIT state?  I'm not sure how lwIP deals with
this and don't have time to check at the moment, so it's just an idea
rather than anything concrete.

Kieran





reply via email to

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