Skip to content

TQUIC v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iyangsj iyangsj released this 01 Nov 05:29
· 328 commits to develop since this release

Added

  • Support QUIC v1 and HTTP/3 protocols.
  • Support congestion control algorithms such as CUBIC, BBR, BBRv3, and COPA.
  • Provide experimental support for Multipath Transport, including MinRTT and Redundant algorithms.
  • Provide APIs for Rust, C, and C++.
  • Provide example clients and servers.