when sending smaller amounts of noncritical or repeatable data, use UDP as opposed to TCP to reduce the overhead associated with connection establishment and maintenance. If the same data must be sent to multiple recipients, consider multicast. Be aware that
UDP applications are not flow-controlled—pushing beyond the available bandwidth can cause catastrophic network failure
msdn:when to use udp
最新推荐文章于 2022-02-21 18:55:34 发布