Documentation ¶
Index ¶
Constants ¶
View Source
const (
PacketSize = 105 // Reported by tcpdump, size of LoadPacket with empty Payload. Varies between 105-107.
)
Variables ¶
View Source
var ( Protocol *loadProtocol MiniProtocol = protocols.NewMiniProtocolTransport(Protocol, protocols.UdpTransportB(2048)) )
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) SetPayload ¶
type LoadPacket ¶
func (*LoadPacket) PrintReceived ¶
func (packet *LoadPacket) PrintReceived()
func (*LoadPacket) Size ¶
func (packet *LoadPacket) Size() uint
func (*LoadPacket) String ¶
func (packet *LoadPacket) String() string
Click to show internal directories.
Click to hide internal directories.