开发者

What is the UDP Send Rate?

开发者 https://www.devze.com 2023-02-28 22:50 出处:网络
Does UDP send all packets as soon as they become available as opposed to TCP开发者_运维百科\'s monitored approach?

Does UDP send all packets as soon as they become available as opposed to TCP开发者_运维百科's monitored approach?

Thanks.


TCP has congestion control, UDP does not as it is connection-less.

But your question covers multiple issues: does sending a message cause it to be immediately delivered? Not always, on high performance networking hardware you will find Interrupt Coalescing which causes the operating system to delay passing messages to the hardware in order to optimise high throughput situations. Some further explanation here:

http://blogs.informatica.com/perspectives/index.php/2009/06/10/how-does-interrupt-coalescing-affect-low-latency-high-performance-messaging/

0

精彩评论

暂无评论...
验证码 换一张
取 消