diff --git a/neqo-common/src/udp.rs b/neqo-common/src/udp.rs index f0336866d..0f68ce249 100644 --- a/neqo-common/src/udp.rs +++ b/neqo-common/src/udp.rs @@ -151,7 +151,7 @@ mod tests { let datagram = Datagram::new( sender.local_addr()?, receiver.local_addr()?, - None, + Default::default(), None, "Hello, world!".as_bytes().to_vec(), );