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

[+] QUIC datagram (RFC9221), sending datagrams and bytestreams on http3 connections (non-standard extensions), and bugfix #307

Closed Kulsk closed 1 year ago

Kulsk commented 1 year ago

[+] support datagram over http3 (non-standard extension); [+] support bytestream over http3 (non-standard extension); [!] fix vulnerabilities on parsing STREAM and CRYPTO frame; [!] fix 32-bit system overflow problems;