Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gate ¶
type Gate struct { MaxConnNum int PendingWriteNum int MaxMsgLen uint32 Processor network.Processor AgentChanRPC *chanrpc.Server // websocket WSAddr string HTTPTimeout time.Duration CertFile string KeyFile string // tcp TCPAddr string LenMsgLen int LittleEndian bool // agent GoLen int TimerDispatcherLen int AsynCallLen int ChanRPCLen int OnAgentInit func(Agent) OnAgentDestroy func(Agent) }
Click to show internal directories.
Click to hide internal directories.