Skip to content

Commit

Permalink
bench: match default BoringSSL/OpenSSL ticket count
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Oct 17, 2024
1 parent 44f89de commit b553880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustls/examples/internal/bench_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ fn make_server_config(
cfg.session_storage = Arc::new(NoServerSessionStorage {});
}

cfg.send_tls13_tickets = 2; // matches BoringSSL/OpenSSL default
cfg.max_fragment_size = max_fragment_size;
Arc::new(cfg)
}
Expand Down

0 comments on commit b553880

Please sign in to comment.