alibaba / xquic

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

[!] bugfix on multipath, add scheduler according to path quality and path status #370

Closed Kulsk closed 7 months ago

Kulsk commented 7 months ago

[!] fix sending duplicated ACK when no pkts received on Standby paths. [+] reinject frames which will affect stream delivery. [~] optimize mpquic scheduler according to path quality and path status. [!] fix sending RESET_STREAM and STOP_SENDING frames in Initial and Handshake packets. [!] fix delivery priority of HANDSHAKE_DONE frame blocked by server's STREAM frames responding to 0RTT requests. [!] fix CID rotation when multipath is enabled.