lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Stack Cleaning


From: Kieran Mansley
Subject: Re: [lwip-users] Stack Cleaning
Date: Thu, 21 Apr 2011 15:06:17 +0100

On Thu, 2011-04-21 at 22:01 +0800, Steven Woody wrote:
> By far, I've not seen that 'errf' callback will save the case where
> the peer crashed and try to SYN again.

In that case two things will happen:

1) Your application (if it's listening for new connections) will get the
tcp_listen callback.

2) Your other connection, if you're using it to send data, or you're
using TCP keep alives, or you have some application-level keep alive,
will eventually time out.

Kieran




reply via email to

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