|
wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
|
Parsed invariant (version-independent) packet header fields. More...
#include <header.h>
Data Fields | |
| u8 | form |
| WIRED_FORM_LONG / WIRED_FORM_SHORT. | |
| u8 | long_type |
| valid when form == long | |
| u32 | version |
| valid when form == long | |
| u8 | dcid_len |
| destination connection id length in bytes | |
| u8 | dcid [WIRED_MAX_CID_LEN] |
| destination connection id | |
| u8 | scid_len |
| valid when form == long | |
| u8 | scid [WIRED_MAX_CID_LEN] |
| source connection id (long header) | |
Parsed invariant (version-independent) packet header fields.