Skip to content

TQUIC v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iyangsj iyangsj released this 02 Feb 11:45
· 172 commits to develop since this release
0505207

Added

  • Add support for building on FreeBSD
  • Add more path level metrics
  • Add more quic and recovery events in qlog
  • Add tquic_qvis.sh to convert qlog files to be compatible with qvis
  • Update MultipathScheduler interface for some advanced schedulers
  • Add tquic_tools_test.sh for additional end-to-end testing
  • tquic_client: support early data
  • tquic_tools: use millisecond precision for log timestamp
  • tquic_tools: add log-file option to write logs to specified file
  • tquic_tools: add active-cid-limit option to allow more paths

Changed

  • tquic_tools: change the qlog-log option to the qlog-dir option
  • tquic_tools: change the dump-path option to the dump-dir option
  • tquic_tools: update default pto linear factor
  • tquic_client: change the local_addresses option to allow the os to choose available ports
  • tquic_client: use local_addresses option to specify the addresses to bind in both singlepath and multipath mode.

Fixed

  • Fix record separator of qlog in json-seq format