Configuration for a server that uses a user-provided socket.
More...
#include <server_config.hpp>
|
tcp_accept_socket | fd |
| The socket file descriptor to use.
|
|
ctx_factory | make_ctx |
| SSL context factory for lazy loading SSL on demand.
|
|
|
static constexpr std::string_view | name = "socket" |
|
|
using | ctx_ptr = std::shared_ptr<ssl::context> |
|
using | ctx_factory = std::function<expected<ctx_ptr>()> |
|
template<class SumType > |
static auto | from (SumType &data) noexcept |
|
Configuration for a server that uses a user-provided socket.
The documentation for this class was generated from the following file:
- libcaf_net/caf/net/dsl/server_config.hpp