Skip to content

TQUIC v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iyangsj iyangsj released this 18 Dec 03:12
· 123 commits to develop since this release
f8801ba

Added

  • Add config API for initial_congestion_window/min_congestion_window
  • Add congestion_control_algor option for tquic_client/tquic_server
  • Add initial_congestion_window/min_congestion_window option for tquic_client/tquic_server
  • Add more unittest cases for delivery_rate/minmax
  • Simplify ffi feature in tls module
  • Add typos.toml and fix all typos
  • Add a workflow for goodput measurements

Changed

  • Rename tquic_apps to tquic_tools
  • Move examples to tquic-group/tquic-examples-* repos

Fixed

  • Keep cc unchanged for non-data packets (e.g., Initial and Handshake)
  • Update the LICENSE file