Versions in this module Expand all Collapse all v0 v0.0.1 Jan 2, 2025 Changes in this version + type Chunk struct + Data []byte + Header ChunkHeader + func UnpackChunks(data []byte) []Chunk + type ChunkFlags struct + Resend bool + Vital bool + func (flags *ChunkFlags) ToInt() int + type ChunkHeader struct + Flags ChunkFlags + Seq int + Size int + func (header *ChunkHeader) Pack() []byte + func (header *ChunkHeader) Unpack(u *packer.Unpacker) error + func (header *ChunkHeader) UnpackRaw(data []byte) error