rename AdcEndpointPrser to AdcEndpoint

fixes
This commit is contained in:
Timur A. Fatkhullin
2024-11-02 23:59:20 +03:00
parent 75b42f40e5
commit fb43a2b378
5 changed files with 72 additions and 381 deletions

View File

@@ -24,7 +24,7 @@ public:
}
template <interfaces::adc_netsession_proto_c SessProtoT, std::derived_from<AdcEndpointParser> EptT>
template <interfaces::adc_netsession_proto_c SessProtoT, std::derived_from<AdcEndpoint> EptT>
#ifdef USE_OPENSSL_WITH_ASIO
void start(const EptT& endpoint,
asio::ssl::context tls_context = asio::ssl::context(asio::ssl::context::tlsv13_server),