mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 14:22:01 +00:00
assign tls versions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user