Lep is right.
UDP is faster since it's like "streaming" or
"broadcast". The server "pumps out" the data,
if the client doesnt get the up-dates, well,
"switch to TCP
UDP doesn't have the "hand-shake" control that
TCP has.
It's like you are standing on your soap-box,
shouting at the crowd - if some can't hear
you (and you notice), you'll address them
directly ("Hay, Sir/Lady, did you hear what
I'm dweebing about???"
)
So while UDP is faster, it comes with the
expense of un-reliability.
Dancer out.