Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
congestion_controller.h File Reference
#include "loss_detector.h"
#include "rtt_estimator.h"
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <limits>
Include dependency graph for congestion_controller.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::congestion_controller
 QUIC congestion control (RFC 9002 Section 7) More...
 

Namespaces

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

Enumerations

enum class  kcenon::network::protocols::quic::congestion_state { kcenon::network::protocols::quic::slow_start , kcenon::network::protocols::quic::congestion_avoidance , kcenon::network::protocols::quic::recovery }
 States of the congestion controller (RFC 9002 Section 7) More...
 

Functions

auto kcenon::network::protocols::quic::congestion_state_to_string (congestion_state state) noexcept -> const char *
 Convert congestion state to string.