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

PADDING frame (RFC 9000 Section 19.1) More...

#include <frame_types.h>

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

Public Attributes

size_t count {1}
 Number of padding bytes.
 

Detailed Description

PADDING frame (RFC 9000 Section 19.1)

A PADDING frame has no semantic value. PADDING frames can be used to increase the size of a packet.

Definition at line 109 of file frame_types.h.

Member Data Documentation

◆ count

size_t kcenon::network::protocols::quic::padding_frame::count {1}

Number of padding bytes.

Definition at line 111 of file frame_types.h.

111{1};

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


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