|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
ACK Range for ACK frames. More...
#include <frame_types.h>

Public Attributes | |
| uint64_t | gap {0} |
| Number of contiguous unacknowledged packets. | |
| uint64_t | length {0} |
| Number of contiguous acknowledged packets. | |
ACK Range for ACK frames.
Definition at line 128 of file frame_types.h.
| uint64_t kcenon::network::protocols::quic::ack_range::gap {0} |
Number of contiguous unacknowledged packets.
Definition at line 130 of file frame_types.h.
Referenced by kcenon::network::protocols::quic::frame_parser::parse_ack().
| uint64_t kcenon::network::protocols::quic::ack_range::length {0} |
Number of contiguous acknowledged packets.
Definition at line 131 of file frame_types.h.
Referenced by kcenon::network::protocols::quic::frame_parser::parse_ack().