Skip to content

TQUIC v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iyangsj iyangsj released this 03 Jan 09:31
· 208 commits to develop since this release
edcab8d

Added

  • Add support for building on MacOS
  • Add support for stateless reset
  • Release tls_conf_selector as soon as the handshake is completed.
  • Add linear mode and upper limit for probe timeout
  • Add FFI enable_multipath()/set_multipath_algorithm()
  • Add RoundRobin multipath scheduler
  • Add more units test for multipath transport
  • tquic_client: stop trying and exit if it fails to reconnect the server multiple times.
  • tquic_client: output the stats first and then exit when it receives an SIGINT signal.

Changed

  • Simplify FFI quic_set_logger() to avoid from return unnessary errors
  • Rename set_multipath() in Config to enable_multipath()
  • Rename set_multipath_algor() in Config to set_multipath_algorithm()
  • Change default congestion control algorithm to BBR

Fixed

  • Fix stream scheduling for multiple incredmental streams
  • Fix reinjection for multipath transport