Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::protocols::quic::ack_range Struct Reference

ACK Range for ACK frames. More...

#include <frame_types.h>

Collaboration diagram for kcenon::network::protocols::quic::ack_range:
Collaboration graph

Public Attributes

uint64_t gap {0}
 Number of contiguous unacknowledged packets.
 
uint64_t length {0}
 Number of contiguous acknowledged packets.
 

Detailed Description

ACK Range for ACK frames.

Definition at line 128 of file frame_types.h.

Member Data Documentation

◆ gap

uint64_t kcenon::network::protocols::quic::ack_range::gap {0}

Number of contiguous unacknowledged packets.

Definition at line 130 of file frame_types.h.

130{0};

Referenced by kcenon::network::protocols::quic::frame_parser::parse_ack().

◆ length

uint64_t kcenon::network::protocols::quic::ack_range::length {0}

Number of contiguous acknowledged packets.

Definition at line 131 of file frame_types.h.

131{0};

Referenced by kcenon::network::protocols::quic::frame_parser::parse_ack().


The documentation for this struct was generated from the following file: