Re: Good UDP Networking Library
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 17 Aug 2007 01:41:55 GMT
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
.
- Follow-Ups:
- Re: Good UDP Networking Library
- From: Azazel
- Re: Good UDP Networking Library
- References:
- Good UDP Networking Library
- From: Azazel
- Good UDP Networking Library
- Prev by Date: Re: $50 prize for the first person to break my code
- Next by Date: Re: Good UDP Networking Library
- Previous by thread: Good UDP Networking Library
- Next by thread: Re: Good UDP Networking Library
- Index(es):
Relevant Pages
|