Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Problems with INET, Select, and Win32

by ikegami (Patriarch)
on Nov 25, 2010 at 18:46 UTC ( [id://873706]=note: print w/replies, xml ) Need Help??


in reply to Re: Problems with INET, Select, and Win32
in thread Problems with INET, Select, and Win32

regards a comment that UDP is peerless..i doubt whether this is true.

UDP is connectionless. A UDP sockets can send to any address+port, and it can receive from any address+port. Apparently, one can use PeerAddr to limit from whom packets will be accepted, but that's not a property of the protocol.

UDP is unreliable. It doesn't guarantee notification of delivery failures.

Those are separate (although related) concepts.

the protocol does not guarantee delivery

That goes without saying. No protocols can guarantee delivery. That's impossible. For example, there's no way the protocol can deliver the message if I were to cut the machine's network access.

  • Comment on Re^2: Problems with INET, Select, and Win32

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://873706]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found