Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
stream.cpp File Reference
#include "internal/protocols/quic/stream.h"
#include <algorithm>
#include <cstring>
Include dependency graph for stream.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::protocols
 
namespace  kcenon::network::protocols::quic
 

Functions

auto kcenon::network::protocols::quic::send_state_to_string (send_stream_state state) -> const char *
 Get string representation of send stream state.
 
auto kcenon::network::protocols::quic::recv_state_to_string (recv_stream_state state) -> const char *
 Get string representation of receive stream state.