Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我听说数据包重新排序问题是降低性能的主要原因
当子流延迟严重不同时,数据包乱序问题更为严重。
但是当我看到具有非耦合拥塞控制的 MPTCP 时,性能并没有降低。当我使用非耦合拥塞控制时,乱序不会降低性能?
非耦合拥塞控制并没有放松关于有序 MPTCP 级别问题的约束:一旦段到达接收器,它们必须按顺序发送到应用程序。也许您看到的差异较小,因为您获得了更多带宽,因为解耦更具侵略性。