Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Urr
Re: Urr [message #24139 is a reply to message #24131] Mon, 28 December 2009 12:53 Go to previous messageGo to previous message
Didier is currently offline  Didier
Messages: 726
Registered: November 2008
Location: France
Contributor
Hi Tojoky,

UDP can be used safely between two computers in a LAN. If you plan to use it over internet a problem comes immediately to you:
UDP is allowed to lose packets (without you being noticed !)

There are two solutions:
1 - you can afford to lose some packets
2 - you have a dedicated control mechanism (as in TCP)

A second problem comes: it is not guaranteed that you will receive all the packets in original order ! ( although most of them will be in the wright order )



 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: "Alternative Multithreading" revisited
Next Topic: Outlook automation with MAPIEx
Goto Forum:
  


Current Time: Wed Apr 30 08:11:00 CEST 2025

Total time taken to generate the page: 0.04864 seconds