alibaba / xquic

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
Apache License 2.0
1.7k stars 327 forks source link

[ASOC2022]: 多路径QUIC调度算法 #177

Closed ruiqizhou closed 1 year ago

ruiqizhou commented 2 years ago

背景

https://datatracker.ietf.org/doc/html/draft-lmbdhk-quic-multipath#section-6 Multipath QUIC implementations also need to include a packet scheduler that decides, among the paths whose congestion window is open, the path over which the next QUIC packet will be sent. Many factors can influence the definition of these algorithms and their precise definition is outside the scope of this document. Various packet schedulers have been proposed and implemented, notably for Multipath TCP. A companion draft [I-D.bonaventure-iccrg-schedulers] provides several general-purpose packet schedulers depending on the application goals.

数据包调度是MPQUIC设计最核心的部分之一,数据包调度器负责确定每个数据包应该由哪个路径(子流)进行发送。本项目要求在XQUIC开源的多路径QUIC实现(XLINK)基础上,实现一套或多套多路径QUIC调度算法(可参考 BLEST、ECF、MuSher、DEMS、STMS、RAVEN 等)。

产出要求

ASOC 2022

Yanmei-Liu commented 1 year ago

This activity is finished. Thank you for all the students who participated.

这个活动结束了,感谢所有参与的同学。