Documentation
¶
Index ¶
Constants ¶
View Source
const ( InitPacket = 0 DataPacket = 1 EndPacket = 2 HandshakePacket = 3 UserDisconectPacket = 4 )
View Source
const HeadeSize = 9
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Header ¶
type Header struct {
Type PacketType
Length uint32
LengthUser uint32
}
type PacketType ¶
type PacketType uint8
Click to show internal directories.
Click to hide internal directories.