Skip to content

TQUIC v0.15.0

Compare
Choose a tag to compare
@iyangsj iyangsj released this 18 Jul 07:20
· 71 commits to develop since this release
1a68d04

Added

  • Support building for the aarch64-apple-ios-sim target
  • Support customized connection id generators
  • Add quic_packet_header_info() to extract cid-related info from quic packets
  • Add quic_conn_path_stats to get path level stats
  • Add configuration for pacing granularity
  • Tweak packet number encoding

Fixed

  • Replace the hashlru crate with the lru crate