Skip to content

TQUIC v0.11.0

Latest
Compare
Choose a tag to compare
@iyangsj iyangsj released this 08 May 07:12
· 11 commits to develop since this release
5f9289c

Added

  • tquic_tools: group different options by category and prioritize commonly used options
  • Add the header file of BoringSSL library in tquic.h
  • Resolve new issues found by cargo clippy
  • Add integration testing for multipath
  • Update run_endpoint.sh to enable keyupdate/chacha20 testcase for server

Changed

  • tquic_tools: rename max_requests_per_thread to total_requests_per_thread

Fixed

  • Fix RangeSet::filter() used by Redundant multipath scheduler
  • Fix injected stream frames for Redundant multipath scheduler