简体   繁体   English

多路径TCP数据包乱序

[英]Multipath TCP packet out-of-order

I heard that packet reordering problem is major reason to reduce performance 我听说数据包重新排序问题是降低性能的主要原因

Packet out-of-order problem is more serious when sub-flows latency is severely different. 当子流等待时间严重不同时,数据包乱序问题更加严重。

But when I see MPTCP with uncoupled congestion control, performance doesn't decrease. 但是,当我看到具有解耦拥塞控制的MPTCP时,性能不会降低。 When I using uncoupled congestion control, out-of-order doesn't reduce the performance? 当我使用非耦合拥塞控制时,乱序不会降低性能吗?

uncoupled congestion control doesn't relax the constraints about in-order MPTCP level problems: once segments arrive at the receiver, they must be sent to the application in-order. 未耦合的拥塞控制不能放松对有序MPTCP级别问题的约束:一旦分段到达接收器,则必须按顺序将它们发送到应用程序。 Maybe you see less of a difference because you get more bandwidth as uncoupled is more aggressive. 也许您会发现差异不大,因为您可以获得更多的带宽,因为解耦更加积极。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM