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

Public Attributes | |
| uint64_t | offset {0} |
| Byte offset in crypto stream. | |
| std::vector< uint8_t > | data |
| Cryptographic handshake data. | |
CRYPTO frame (RFC 9000 Section 19.6)
A CRYPTO frame is used to transmit cryptographic handshake messages.
Definition at line 188 of file frame_types.h.
| std::vector<uint8_t> kcenon::network::protocols::quic::crypto_frame::data |
Cryptographic handshake data.
Definition at line 191 of file frame_types.h.
Referenced by kcenon::network::protocols::quic::connection::build_packet(), kcenon::network::protocols::quic::frame_parser::parse_crypto(), and kcenon::network::internal::quic_socket::send_pending_packets().
| uint64_t kcenon::network::protocols::quic::crypto_frame::offset {0} |
Byte offset in crypto stream.
Definition at line 190 of file frame_types.h.
Referenced by kcenon::network::protocols::quic::connection::build_packet(), kcenon::network::protocols::quic::frame_parser::parse_crypto(), and kcenon::network::internal::quic_socket::send_pending_packets().