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

Core interface for data transport abstraction. More...

#include "types.h"
#include <cstddef>
#include <span>
#include <string_view>
#include <vector>
#include "kcenon/network/detail/utils/result_types.h"
Include dependency graph for i_transport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  kcenon::network::unified::i_transport
 Core interface for data transport abstraction. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::unified
 

Detailed Description

Core interface for data transport abstraction.

Core interface for protocol-agnostic data transport.

Defines the fundamental send/receive operations shared by all network transport implementations regardless of protocol.

Definition in file i_transport.h.