import "github.com/lonnng/nano/internal/packet"
const ( // Handshake represents a handshake: request(client) <====> handshake response(server) Handshake = 0x01 // HandshakeAck represents a handshake ack from client to server HandshakeAck = 0x02 // Heartbeat represents a heartbeat Heartbeat = 0x03 // Data represents a common data packet Data = 0x04 // Kick represents a kick off packet Kick = 0x05 // disconnect message from server )
ErrWrongPacketType represents a wrong packet type.
Packet represents a network packet.
New create a Packet instance.
String represents the Packet's in text mode.
Type represents the network packet's type such as: handshake and so on.
Package packet imports 2 packages (graph). Updated 2019-07-08. Refresh now. Tools for package owners.