Network System
0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
// BSD 3-Clause License
2
// Copyright (c) 2024-2025, 🍀☀🌕🌥 🌊
3
// See the LICENSE file in the project root for full license information.
4
5
#pragma once
6
41
// Feature flags must come first (defines KCENON_WITH_* macros)
42
#include "
kcenon/network/config/feature_flags.h
"
43
44
// Standalone configuration (creates internal resources)
45
#include "
kcenon/network/detail/config/network_config.h
"
46
47
// Integration configuration (accepts external dependencies)
48
#include "
kcenon/network/detail/config/network_system_config.h
"
feature_flags.h
Public header for compile-time feature flags.
network_config.h
Configuration structures for standalone network_system initialization.
network_system_config.h
Configuration for network_system with external dependencies.
include
kcenon
network
config
config.h
Generated by
1.12.0