Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
flow_control.h File Reference
#include "kcenon/network/detail/utils/result_types.h"
#include <cstdint>
#include <optional>
Include dependency graph for flow_control.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::protocols::quic::flow_controller
 Connection-level flow control for QUIC (RFC 9000 Section 4) More...
 
struct  kcenon::network::protocols::quic::flow_control_stats
 Statistics for flow control monitoring. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::protocols
 
namespace  kcenon::network::protocols::quic
 
namespace  kcenon::network::protocols::quic::flow_control_error
 Flow control error codes.
 

Functions

auto kcenon::network::protocols::quic::get_flow_control_stats (const flow_controller &fc) -> flow_control_stats
 Get flow control statistics.
 

Variables

constexpr int kcenon::network::protocols::quic::flow_control_error::send_blocked = -710
 
constexpr int kcenon::network::protocols::quic::flow_control_error::receive_overflow = -711
 
constexpr int kcenon::network::protocols::quic::flow_control_error::window_exceeded = -712