Implement etcd SSL support via OpenSSL

Maybe I should remove all of this and use libwebsockets :)
This commit is contained in:
Vitaliy Filippov
2026-04-03 21:22:42 +03:00
parent e5c505eaf4
commit e896b2ed30
12 changed files with 338 additions and 33 deletions
+1
View File
@@ -125,6 +125,7 @@ public:
uint32_t global_immediate_commit = IMMEDIATE_NONE;
std::string etcd_prefix;
std::string etcd_ca;
int log_level = 0;
timerfd_manager_t *tfd = NULL;