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. | |
A serialized QUIC frame.
uint8_t* imquic_frame::buffer |
Content of the frame.
size_t imquic_frame::size |
Size of the frame.
imquic_frame_type imquic_frame::type |
Frame type.