Skip to content

Commit

Permalink
Default
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 20, 2024
1 parent 548d0fd commit c5eabe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-common/src/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
);
Expand Down

0 comments on commit c5eabe7

Please sign in to comment.