|
From: | address@hidden |
Subject: | Re: [lwip-users] Best way for determining if a TCP connection is dead? |
Date: | Wed, 24 Jan 2018 20:29:04 +0100 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 24.01.2018 18:16, Joel Cunningham
wrote:
On 01/24/2018 10:35 AM, Chris Seto wrote: To sum it up, you need to send packets over your TCP connection. The preferred method is to write your application protocol in such way. Only if this is not an option (e.g. existing protocol without such a feature, backwards compatibility, etc.), you could use the tcp keepalive feature. This is *not* encouraged though! Unfortunately, a keepalive probe coming through does *not* necessarily/always mean data can flow. Simon |
[Prev in Thread] | Current Thread | [Next in Thread] |