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

Dynamic table. More...

#include <qpack.h>

Data Fields

size_t capacity
 Size as advertized, and current size.
 
size_t size
 
uint16_t index
 Current index.
 
GHashTable * table_byid
 Hashtable (indexed by ID)
 
GList * list
 List of entries, ordered by insertion.
 

Detailed Description

Dynamic table.

Field Documentation

◆ capacity

size_t imquic_qpack_dynamic_table::capacity

Size as advertized, and current size.

◆ index

uint16_t imquic_qpack_dynamic_table::index

Current index.

◆ list

GList* imquic_qpack_dynamic_table::list

List of entries, ordered by insertion.

◆ size

size_t imquic_qpack_dynamic_table::size

◆ table_byid

GHashTable* imquic_qpack_dynamic_table::table_byid

Hashtable (indexed by ID)


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