|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "internal/experimental/experimental_api.h"#include <cstdint>#include <functional>#include <memory>#include <string>#include <string_view>#include <system_error>#include <vector>#include "kcenon/network/detail/utils/result_types.h"

Go to the source code of this file.
Classes | |
| struct | kcenon::network::core::reliable_udp_stats |
| Statistics for monitoring reliable UDP connection performance. More... | |
| class | kcenon::network::core::reliable_udp_client |
| A UDP client with optional reliability layer for configurable delivery guarantees. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::core |
Enumerations | |
| enum class | kcenon::network::core::reliability_mode { kcenon::network::core::unreliable , kcenon::network::core::reliable_ordered , kcenon::network::core::reliable_unordered , kcenon::network::core::sequenced } |
| Defines the reliability level for UDP packet transmission. More... | |