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

Huffman code and its length in bits as Huffman code, mapped to the related ascii code. More...

#include <huffman.h>

Data Fields

uint8_t len
 Length in bits of the Huffman encoding.
 
uint32_t value
 Hex representation of the Huffman encoding.
 

Detailed Description

Huffman code and its length in bits as Huffman code, mapped to the related ascii code.

Field Documentation

◆ len

uint8_t imquic_huffman_bits::len

Length in bits of the Huffman encoding.

◆ value

uint32_t imquic_huffman_bits::value

Hex representation of the Huffman encoding.


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