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 Oct 27, 2022
1 parent d8e31e8 commit ff3e578
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 @@ -123,6 +123,7 @@ fn main() {
config.set_max_stream_window(conn_args.max_stream_window);

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 ff3e578

Please sign in to comment.