Re: Good UDP Networking Library



On Thu, 16 Aug 2007 07:47:35 -0700, Azazel <AzazelDev@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :

I'm thinking about something that encapsulates the low-level stuff
(actually opening UDP sockets, encoding data etc.) and provides me
with functionality akin to TCP, only over UDP. I

If you want the functionality of TCP/IP, why not use TCP/IP? UDP is
for when it as OK to lose messages, when you DON'T have ongoing stream
state.

UDP itself is pretty simple. See my code for getting system time via
UDP in http://mindprod.com/products1.html#SETCLOCK.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages