lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Handshake trouble when packet is lost


From: Kieran Mansley
Subject: Re: [lwip-users] Handshake trouble when packet is lost
Date: Fri, 06 May 2011 09:08:46 +0100

On Thu, 2011-05-05 at 18:38 +0200, Cristiano Toninato - Research &
Development - CET wrote:
> Ok, but our application should work in a LAN, with an RS485 backup (if
> the Ethernet does not work).
> Normally all works within few tenths of second, and we cannot lose
> control of the system, after 3 seconds not working on LAN we should
> switch on RS485.

For a specialised control application like this you might want to
consider avoiding TCP altogether as it doesn't have the real-time
properties that you'll need.  You would then have to implement your own
transport layer (perhaps on top of UDP), or make do with just UDP if
uncorrected packet loss isn't a problem.

Kieran




reply via email to

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