Skip to content

Commit

Permalink
Use ect1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Feb 20, 2024
1 parent b901f99 commit c3332e2
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::Le, IpTosEcn::default()));
let tos_tx = IpTos::from((IpTosDscp::Le, IpTosEcn::Ect1));
let datagram = Datagram::new(
sender.local_addr()?,
receiver.local_addr()?,
Expand Down

0 comments on commit c3332e2

Please sign in to comment.