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

fix mpquic dead loop, support windows and optimize cmake env #383

Closed Kulsk closed 6 months ago

Kulsk commented 6 months ago

[+] restruct CMakeLists.txt; @Kulsk [+] support windows compile; @yuanbo-zhang [~] move reinjected pkts from tmp_buf to path-level buffer; @yangfurong [!] fix dead loop triggered by dropping packets belonging to a reset stream; @yangfurong [!] set default sched_params for clients; @yangfurong