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. | |
Buffer made of multiple chunks (possibly with gaps)
| uint64_t imquic_buffer::base_offset |
Offset in the buffer to start from, when reading chunks from the buffer.
| GList* imquic_buffer::chunks |
Ordered list of chunks in this buffer.
| uint64_t imquic_buffer::stream_id |
Stream ID this buffer is associated with.
CRYPTO frames