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

Go to the source code of this file.
Classes | |
| class | kcenon::network::core::secure_messaging_udp_client |
| A secure UDP client using DTLS (Datagram TLS) for encrypted communication. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::internal |
| namespace | kcenon::network::core |
DTLS client class for encrypted UDP communication.
Definition in file secure_messaging_udp_client.h.