package
0.0.0-20241209060253-74832168667a
Repository: https://github.com/joyparty/nodehub.git
Documentation: pkg.go.dev

# Functions

GetMessage 从对象池内获取Message实例.
PutMessage 把Message实例放回对象池.
ReadMessage 读消息.
SendBytes 发送字节流.
SendReply 发送响应.

# Constants

SizeLen 数据包长度帧的长度.

# Variables

MaxMessageSize 客户端消息最大长度,默认64KB.

# Structs

Message 网络消息.