
06-16-2005, 04:01 AM
|
|
The David
|
 |
Join Date: Apr 2002
Location: USA
Posts: 912
|
|
|
There are two general types of protocols used over the internet, TCP and UDP. TCP is what most things are utilizing, it verifys that packets are received, and if not then it resends, making sure you get all your data. UDP is used for streaming video and that type of thing. UDP just sends the packets, and will not resend if they are not received. It's used for things like streaming music and video where you wouldn't want it to go back and play the portion that you missed, you just want it to continue. If you have problems with UDP it means that you are dropping a lot of packets, and TCP is preferred when it's data you don't want to miss (like player movements!) |
__________________
Who has time for life these days?
|
|
|
|