开发者

What is the UDP Send Rate?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜