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