Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Protocol ¶
type Protocol struct { }
Protocol protobuf
func (*Protocol) Packet ¶
func (p *Protocol) Packet(c *connection.Connection, data []byte) []byte
Packet:装包
func (*Protocol) UnPacket ¶
func (p *Protocol) UnPacket(c *connection.Connection, buffer *ringbuffer.RingBuffer) (ctx interface{}, out []byte)
UnPacket:拆包
Click to show internal directories.
Click to hide internal directories.