View Single Post
  #12  
Old 12-10-2009, 10:44 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Hiro View Post
UDP is a way faster protocol; how is TCP better at all?
UDP is faster because it actually provides no reliability checking; if a UDP packet goes missing, that's it. It's gone. It won't be retransmitted. TCP, on the other hand, tries it's hardest to make sure that the packet actually gets there, which I would pretty much consider more important. Oh, not only that, but UDP doesn't always traverse NAT very well, which is why a lot of people with home routers have trouble with UDP.
__________________
Skyld
Reply With Quote