|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
PADDING frame (RFC 9000 Section 19.1) More...
#include <frame_types.h>

Public Attributes | |
| size_t | count {1} |
| Number of padding bytes. | |
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.
| size_t kcenon::network::protocols::quic::padding_frame::count {1} |
Number of padding bytes.
Definition at line 111 of file frame_types.h.
Referenced by kcenon::network::protocols::quic::frame_parser::parse_padding().