Re: Question on select() and sockets
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Tue, 10 Jun 2008 06:11:02 -0700 (PDT)
On Jun 10, 5:05 am, Rainer Weikusat <rweiku...@xxxxxxxxxxx> wrote:
In other words, a UDP datagram can be dropped at any time.
And this is wrong. If a UDP datagram is lost in transport for some
reason, it is the responsibility of the application to cope with that.
That's all what the protocol definition (of IP, actually) says to
this.
Umm, how's it wrong? What standard would be violated by an
implementation that threw away all UDP datagrams in receive queues if
it was low on memory? (Not that this would be a good thing to do, of
course, but it violates no standard.)
DS
.
- Follow-Ups:
- 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
- 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: Re: Question on select() and sockets
- Previous by thread: Re: Question on select() and sockets
- Next by thread: Re: Question on select() and sockets
- Index(es):
Relevant Pages
|