|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include <atomic>#include <cstdint>
Go to the source code of this file.
Classes | |
| class | kcenon::network::utils::connection_state |
| Thread-safe connection state management. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::utils |
| Utility components for network_system. | |
Enumerations | |
| enum class | kcenon::network::utils::connection_status : uint8_t { kcenon::network::utils::disconnected = 0 , kcenon::network::utils::connecting = 1 , kcenon::network::utils::connected = 2 , kcenon::network::utils::disconnecting = 3 } |
| Represents the connection state of a network component. More... | |