proxy: add experimental async mode

This commit is contained in:
Vaxry
2025-04-15 16:55:21 +01:00
parent 5d7f0bb322
commit 5893be77c3
6 changed files with 76 additions and 23 deletions

View File

@@ -45,6 +45,10 @@ class CConfig {
bool trace_logging = false;
std::vector<SIPRangeConfig> ip_configs;
int default_challenge_difficulty = 4;
struct {
bool async_proxy = false;
} experimental;
} m_config;
struct {