Skip to content

Commit

Permalink
ecn default
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 20, 2024
1 parent d566188 commit b901f99
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 @@ -147,7 +147,7 @@ mod tests {

sleep(Duration::from_millis(100)).await;

let tos_tx = IpTos::from((IpTosDscp::default(), IpTosEcn::Ce));
let tos_tx = IpTos::from((IpTosDscp::Le, IpTosEcn::default()));
let datagram = Datagram::new(
sender.local_addr()?,
receiver.local_addr()?,
Expand Down

0 comments on commit b901f99

Please sign in to comment.