Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
loss_detector.h File Reference
#include "ecn_tracker.h"
#include "frame_types.h"
#include "keys.h"
#include "rtt_estimator.h"
#include <chrono>
#include <cstdint>
#include <map>
#include <optional>
#include <vector>
Include dependency graph for loss_detector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::network::protocols::quic::sent_packet
 Information about a sent packet for loss detection (RFC 9002 Section A.1.1) More...
 
struct  kcenon::network::protocols::quic::loss_detection_result
 Result of loss detection operations. More...
 
class  kcenon::network::protocols::quic::loss_detector
 QUIC loss detection (RFC 9002 Section 6) More...
 
struct  kcenon::network::protocols::quic::loss_detector::space_state
 Per packet-number-space state (RFC 9002 Appendix A.1) 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::loss_detection_event { kcenon::network::protocols::quic::none , kcenon::network::protocols::quic::packet_lost , kcenon::network::protocols::quic::pto_expired }
 Events that can occur during loss detection. More...