|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include <array>#include <atomic>#include <functional>#include <memory>#include <mutex>#include <system_error>#include <vector>#include <asio.hpp>#include "internal/utils/common_defs.h"#include "internal/utils/openssl_compat.h"

Go to the source code of this file.
Classes | |
| class | kcenon::network::internal::dtls_socket |
| A wrapper around ASIO UDP socket with OpenSSL DTLS encryption. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::internal |