|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Configuration for network_system with external dependencies. More...


Go to the source code of this file.
Classes | |
| struct | kcenon::network::config::network_system_config |
| Configuration for network_system with external dependencies. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::common |
| namespace | kcenon::common::interfaces |
| namespace | kcenon::network |
| Main namespace for all Network System components. | |
| namespace | kcenon::network::config |
Configuration for network_system with external dependencies.
This header provides configuration structures for initializing the network system with externally provided components. Use this configuration when integrating the network system into an existing application infrastructure where you want to share thread pools, loggers, and monitoring systems across multiple components.
For standalone usage where the network system should manage its own resources internally, see network_config.h instead.
Definition in file network_system_config.h.