StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
Loading...
Searching...
No Matches
Transport Namespace Reference

Application-layer transport types: packets, frames and serialization. More...

Detailed Description

Application-layer transport types: packets, frames and serialization.

The Transport namespace contains types that represent application-layer messages and their on-the-wire encodings (for example Packet and Frame). These types describe the structure and serialization of messages used by higher-level protocols and application code. This namespace intentionally focuses on message format and framing and is distinct from IP/network-layer protocol concepts (such as IPv4/IPv6).