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

Ascii symbol and its length in bits as Huffman code, relatively to the current level. More...

#include <huffman.h>

Data Fields

uint8_t symbol
 Ascii symbol.
 
int8_t num_bits
 Length in bits in Huffman code (current level only)
 

Detailed Description

Ascii symbol and its length in bits as Huffman code, relatively to the current level.

Field Documentation

◆ num_bits

int8_t imquic_huffman_table::num_bits

Length in bits in Huffman code (current level only)

◆ symbol

uint8_t imquic_huffman_table::symbol

Ascii symbol.


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