lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip tcp hangup


From: Kieran Mansley
Subject: Re: [lwip-users] lwip tcp hangup
Date: Tue, 30 Aug 2011 15:04:58 +0100

On Tue, 2011-08-30 at 13:28 +0000, vincent cui wrote:
> Keiran:
> 
> Would you tell me the way to avoid the case of connection in CLOSE_WAIT ?

I haven't looked at the source for that application, so can't suggest a
precise fix, but fundamentally those connections are in that state
either because (i) the application has not called close(); or (ii) there
is a bug in lwIP.  The former seems most likely at the moment, and so to
solve the problem you need to know why the application hasn't called
close on those sockets.

Kieran




reply via email to

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