Loading...
Searching...
No Matches
Data Fields
imquic_frame Struct Reference

A serialized QUIC frame. More...

#include <quic.h>

Data Fields

imquic_frame_type type
 Frame type.
 
uint8_t * buffer
 Content of the frame.
 
size_t size
 Size of the frame.
 

Detailed Description

A serialized QUIC frame.

Note
This is only used as part of imquic_packet instances to reconstruct messages with important frames we need to retransmit

Field Documentation

◆ buffer

uint8_t* imquic_frame::buffer

Content of the frame.

◆ size

size_t imquic_frame::size

Size of the frame.

◆ type

imquic_frame_type imquic_frame::type

Frame type.


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