Does data size in TCP/UDP make a difference on transmission time
- by liortal
While discussing the development of a network component for our game engine, a member of our team suggested that transmitting either 500 bytes or 1k of data using UDP makes no difference from performance perspective of the system (the time it takes to transmit the data).
He actually said that as long as you don't cross the MTU size, the size of…