Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Jan 31, 2025
1 parent 0694238 commit 7f9cb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neqo-transport/src/qlog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ pub fn packet_io(qlog: &NeqoQlog, meta: packet::MetaData, now: Instant) {
}
}

// TODO: Use `default` for these initializations once https://github.com/cloudflare/quiche/pull/1931 has shipped.
match meta.direction() {
Direction::Tx => Some(EventData::PacketSent(PacketSent {
header: meta.into(),
Expand Down

0 comments on commit 7f9cb00

Please sign in to comment.