Quichex.Native.PacketHeader (quichex v0.3.0)
View SourceRepresentation of the parsed QUIC packet header returned by Native.header_info/2.
Summary
Types
@type t() :: %Quichex.Native.PacketHeader{ dcid: binary(), scid: binary(), token: binary() | nil, ty: non_neg_integer(), version: non_neg_integer() }