Skip to content

Commit

Permalink
provide use_ect1 argument in server config
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeconinck committed Jan 10, 2024
1 parent 98e7fef commit 59493b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/src/bin/quiche-server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ fn main() {

config.enable_pacing(pacing);
config.enable_ecn(conn_args.enable_ecn);
config.set_ecn_use_ect1(conn_args.use_ect1);

let mut keylog = None;

Expand Down

0 comments on commit 59493b0

Please sign in to comment.