Network System
0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
unified.h
Go to the documentation of this file.
1
// BSD 3-Clause License
2
// Copyright (c) 2025, 🍀☀🌕🌥 🌊
3
// See the LICENSE file in the project root for full license information.
4
5
#pragma once
6
78
// Core types (from detail directory)
79
#include "
kcenon/network/detail/unified/types.h
"
80
81
// Core interfaces (from detail directory)
82
#include "
kcenon/network/detail/unified/i_transport.h
"
83
#include "
kcenon/network/detail/unified/i_connection.h
"
84
#include "
kcenon/network/detail/unified/i_listener.h
"
i_connection.h
Core interface for active network connections.
i_listener.h
Core interface for passive network listeners (server-side).
i_transport.h
Core interface for data transport abstraction.
types.h
Network endpoint types (host/port, URL) and common type aliases.
include
kcenon
network
unified
unified.h
Generated by
1.12.0