From 7f9cb00e4bcc1ead6d473c733562b2078d2f07b2 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 31 Jan 2025 08:21:21 +0200 Subject: [PATCH] TODO --- neqo-transport/src/qlog.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/neqo-transport/src/qlog.rs b/neqo-transport/src/qlog.rs index e91dfa9134..b50e839b4f 100644 --- a/neqo-transport/src/qlog.rs +++ b/neqo-transport/src/qlog.rs @@ -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(),