wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
Loading...
Searching...
No Matches
wired_header Struct Reference

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)

Detailed Description

Parsed invariant (version-independent) packet header fields.


The documentation for this struct was generated from the following file:
  • transport/packet/header/packet/header.h