Re: Linux TCP - unexpected retransmissions
- From: Tim S <ts@xxxxxxxxxx>
- Date: Tue, 29 May 2007 20:03:39 +0100
Rick Jones wrote:
Tim S <ts@xxxxxxxxxx> wrote:
However, I do wonder if the OP has considered dumping IP and just
throwing raw ethernet frames around? Hard to say whether it would be
better or not - depends on the hardware setup, but it's worth a
though.
One of those damned if you do, damned if you don't things I suspect.
One could go with direct Ethernet, but then one has to segment
oneself, as well as deal with lost traffic. One does have the
advantage of being able to use one's own retransmission timeouts.
Having doe that though, some months later someone will want to be able
to run the application between two sites, without any bridging
available and then the lack of routing (since we've ditched IP) will
come back to haunt.
Also, with direct Ethernet, there are only so many Ethertypes/SAPs one
can use which may make multiple "connections" a bit difficult. The
author might have to write her own connection multiplex/demultiplex.
rick jones
Yes - I should clarify. I've seriously considered using plain ethernet for a
point-to-point link where one half of the link is hosted by a fairly dumb
embedded system (too dumb to run a "proper" OS, but highly specialised for
its task) and where the link's purpose is to feed data to a more
intelligent but less specialised embedded board.
Cheers
Tim
.
- References:
- Linux TCP - unexpected retransmissions
- From: Francois
- Re: Linux TCP - unexpected retransmissions
- From: Allen McIntosh
- Re: Linux TCP - unexpected retransmissions
- From: Francois
- Re: Linux TCP - unexpected retransmissions
- From: Rick Jones
- Re: Linux TCP - unexpected retransmissions
- From: Tim S
- Re: Linux TCP - unexpected retransmissions
- From: Rick Jones
- Linux TCP - unexpected retransmissions
- Prev by Date: Re: Linux TCP - unexpected retransmissions
- Next by Date: Re: forbid internet access to an application?
- Previous by thread: Re: Linux TCP - unexpected retransmissions
- Next by thread: Re: Linux TCP - unexpected retransmissions
- Index(es):
Relevant Pages
|