TQUIC v0.15.0
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