Re: Question on select() and sockets
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Tue, 10 Jun 2008 04:18:42 -0700 (PDT)
On Jun 10, 2:48 am, Rainer Weikusat <rweiku...@xxxxxxxxxxx> wrote:
POSIX/ SUS doesn't contain definitions of particular transport
protocols. UDP is defined as a thin layer above IP, just adding a
'datagram body' with a length field, support for checksumming that,
and source and destination ports so that different applications using
UDP on a single host can as easily be supported as for TCP. This means
that UDP has all the 'transport characteristics' of IP, meaning each
datagram travels indepedently and involved devices are supposed to
make a 'best effort' attempt to further delivery. Nothing is specified
regarding behaviour of the end system after a datagram was delivered
to it.
In other words, a UDP datagram can be dropped at any time. All that is
required is a best effort.
DS
.
- Follow-Ups:
- Re: Question on select() and sockets
- From: Rick Jones
- Re: Question on select() and sockets
- From: Rainer Weikusat
- Re: Question on select() and sockets
- References:
- Question on select() and sockets
- From: K-mart Cashier
- Re: Question on select() and sockets
- From: Alex Fraser
- Re: Question on select() and sockets
- From: K-mart Cashier
- Re: Question on select() and sockets
- From: William Ahern
- Re: Question on select() and sockets
- From: Alex Fraser
- Re: Question on select() and sockets
- From: Rainer Weikusat
- Re: Question on select() and sockets
- From: David Schwartz
- Re: Question on select() and sockets
- From: Rick Jones
- Re: Question on select() and sockets
- From: David Schwartz
- Re: Question on select() and sockets
- From: Rainer Weikusat
- Question on select() and sockets
- Prev by Date: Re: Question on select() and sockets
- Next by Date: loopback test on serial port. Default termios config
- Previous by thread: Re: Question on select() and sockets
- Next by thread: Re: Question on select() and sockets
- Index(es):
Relevant Pages
|