|
wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
|
RFC 9204 3.2. More...
#include <dyntable.h>
Data Fields | |
| quic_qpack_dyn_entry | ring [QUIC_QPACK_DYN_MAX_ENTRIES] |
| entry storage | |
| usz | head |
| physical slot of the oldest live entry | |
| usz | count |
| number of live entries | |
| u64 | dropped |
| absolute index of the oldest live entry | |
| usz | size |
| sum of entry sizes (RFC 9204 3.2.1) | |
| usz | capacity |
| maximum allowed size in bytes | |
RFC 9204 3.2.
A QPACK dynamic table instance: the entry ring, its live range, and the byte-size accounting eviction and capacity changes use.