5 ms·
Use UDP ;)
by landswipe 2y ago
Use UDP ;)
- gafferongames 2y agoBingo
- hi-v-rocknroll 2y agoToo many applications end up reinventing TCP or SCTP in user-space. Also, network-level QoS applied to unrecognized UDP protocols typically means it gets throttled before TCP. Use UDP when nothing else will work, when the use-case doesn't need a persistent connection, and when no other messaging or transport library is suitable.