Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
network_system_config.h File Reference

Configuration for network_system with external dependencies. More...

#include <memory>
#include "kcenon/network/detail/config/network_config.h"
Include dependency graph for network_system_config.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
network_config.h For standalone configuration with internal resources
network_system.h For initialization functions
Author
kcenon
Date
2025-01-13

Definition in file network_system_config.h.