Skip to content

Releases: Tencent/tquic

TQUIC v0.2.0

09 Nov 11:41
d8cf4ab
Compare
Choose a tag to compare
TQUIC v0.2.0 Pre-release
Pre-release

Added

  • Optimize the writing of stream frames
  • Improve fuzz testing

Security

  • Fix frame issues found by fuzz testing

TQUIC v0.1.0

01 Nov 05:29
Compare
Choose a tag to compare
TQUIC v0.1.0 Pre-release
Pre-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.