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

Buffer made of multiple chunks (possibly with gaps) More...

#include <buffer.h>

Data Fields

uint64_t stream_id
 Stream ID this buffer is associated with.
 
GList * chunks
 Ordered list of chunks in this buffer.
 
uint64_t base_offset
 Offset in the buffer to start from, when reading chunks from the buffer.
 

Detailed Description

Buffer made of multiple chunks (possibly with gaps)

Field Documentation

◆ base_offset

uint64_t imquic_buffer::base_offset

Offset in the buffer to start from, when reading chunks from the buffer.

◆ chunks

GList* imquic_buffer::chunks

Ordered list of chunks in this buffer.

◆ stream_id

uint64_t imquic_buffer::stream_id

Stream ID this buffer is associated with.

Note
Ignored when used for CRYPTO frames

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