05-08-2012, 01:22 AM
(05-08-2012, 01:19 AM)Qwertygiy Wrote: From what I can gather,
UDP data sent: 10101 01011 10100 10101 X01X0 10011 10101
TCP data sent: 10110100101001010100101010101010101011101110100
Ah, but there's a common misunderstanding! UDP packets are guaranteed to arrive completely as a whole or not arrive at all. So what can happen is either a packet gets lost or arrives in the wrong order, but that isn't very common in most networks nowadays.