|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
#include "kcenon/network/interfaces/i_network_component.h"#include <cstdint>#include <functional>#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 | |
| interface | kcenon::network::interfaces::i_udp_client |
| Interface for UDP client components. More... | |
| struct | kcenon::network::interfaces::i_udp_client::endpoint_info |
| Endpoint information for UDP datagrams. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::interfaces |