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

CRYPTO frame (RFC 9000 Section 19.6) More...

#include <frame_types.h>

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

Public Attributes

uint64_t offset {0}
 Byte offset in crypto stream.
 
std::vector< uint8_t > data
 Cryptographic handshake data.
 

Detailed Description

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.

Member Data Documentation

◆ data

std::vector<uint8_t> kcenon::network::protocols::quic::crypto_frame::data

◆ offset

uint64_t kcenon::network::protocols::quic::crypto_frame::offset {0}

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