Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + func GetBuffer() common.RawBytes + func PutBuffer(b common.RawBytes) + type Packet struct + Info spkt.ScnPkt + OverlayRemote *net.UDPAddr + func GetPacket() *Packet + func (p *Packet) Len() int + func (pkt *Packet) DecodeFromConn(conn net.PacketConn) error + func (pkt *Packet) DecodeFromReliableConn(conn net.PacketConn) error + func (pkt *Packet) Dup() + func (pkt *Packet) Free() + func (pkt *Packet) SendOnConn(conn net.PacketConn, address net.Addr) (int, error)