[FEAT MERGE]SQL SSL support specify the minimum TLS version number

This commit is contained in:
496148326@qq.com
2023-08-25 03:40:26 +00:00
committed by ob-robot
parent 5eb8d4f090
commit 5cfc4e7073
15 changed files with 80 additions and 12 deletions

View File

@ -417,6 +417,7 @@ struct easy_connection_t {
int64_t keepalive_enabled;
int64_t tx_keepalive_cnt;
int64_t rx_keepalive_cnt;
uint64_t tls_version_option;
ev_tstamp last_tx_tstamp;
ev_tstamp last_rx_tstamp;
uint8_t local_magic_ver;