lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] RE: lwip-users Digest, Vol 14, Issue 3


From: K.J. Mansley
Subject: Re: [lwip-users] RE: lwip-users Digest, Vol 14, Issue 3
Date: 07 Oct 2004 08:10:30 +0100

On Wed, 2004-10-06 at 19:21, Eric Shufro wrote:
> After each connect, I disconnect and I
> notice that the pc sends a FIN to the embedded board, but the embedded board
> never sends one back. Should it? 

Yes. Looks like your application is not processing the EOF that it
should receive as a result of the FIN, and so it's not closing the
"lwip" end of the TCP connection.  It needs to be closed in both
directions before it can be re-used.

Kieran





reply via email to

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