Skip to content

Commit

Permalink
Fix packets_acked event for qlog (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Nov 15, 2024
1 parent fc61211 commit d1057f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [v1.5.0] - 2024-10-28
## [v1.5.0] - 2024-11-08

### Added
- Add h3 feature flag to reduce the size of complied library
Expand Down
2 changes: 1 addition & 1 deletion src/qlog/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ pub enum EventData {
/// first time, as QUIC uses ACK ranges which can include repeated ACKs.
/// Additionally, this event can be used by implementations that do not log
/// frame contents.
#[serde(rename = "quic:version_information")]
#[serde(rename = "quic:packets_acked")]
QuicPacketsAcked {
packet_number_space: Option<PacketNumberSpace>,
packet_numbers: Option<Vec<u64>>,
Expand Down

0 comments on commit d1057f7

Please sign in to comment.