Quichex.Native.PacketHeader (quichex v0.3.0)

View Source

Representation of the parsed QUIC packet header returned by Native.header_info/2.

Summary

Types

t()

@type t() :: %Quichex.Native.PacketHeader{
  dcid: binary(),
  scid: binary(),
  token: binary() | nil,
  ty: non_neg_integer(),
  version: non_neg_integer()
}