assign tls versions

This commit is contained in:
Alistair Smith
2025-05-07 17:49:48 -07:00
parent 563b8f57fc
commit 14ea951eec

View File

@@ -78,6 +78,8 @@ namespace uWS {
int request_cert = 0;
unsigned int client_renegotiation_limit = 3;
unsigned int client_renegotiation_window = 600;
double min_tls_version = 0.0;
double max_tls_version = 0.0;
/* Conversion operator used internally */
operator struct us_bun_socket_context_options_t() const {