|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
DTLS server class for encrypted UDP communication. More...
#include <array>#include <atomic>#include <functional>#include <future>#include <memory>#include <mutex>#include <optional>#include <string>#include <string_view>#include <unordered_map>#include <vector>#include <asio.hpp>#include <openssl/ssl.h>#include "kcenon/network/detail/utils/result_types.h"#include "kcenon/network/integration/thread_integration.h"

Go to the source code of this file.
Classes | |
| class | kcenon::network::core::secure_messaging_udp_server |
| A secure UDP server using DTLS (Datagram TLS) for encrypted communication. More... | |
| struct | kcenon::network::core::secure_messaging_udp_server::dtls_session |
| DTLS session for a client. More... | |
| struct | kcenon::network::core::secure_messaging_udp_server::endpoint_hash |
| Hash function for endpoint (for unordered_map). More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::internal |
| namespace | kcenon::network::core |
DTLS server class for encrypted UDP communication.
Definition in file secure_messaging_udp_server.h.