top | item 40313285

(no title)

landswipe | 1 year ago

Use UDP ;)

discuss

order

hi-v-rocknroll|1 year ago

Too 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.