Documentation
¶
Index ¶
- func CreateKcpServer(KcpSvr *net_mgr.ConnKcpSvr, port int, ...) error
- func CreateTcpServer(TcpSvr *net_mgr.ConnTcpSvr, implType string, port int, ...) error
- func CreateUdpServer(implType string, port int, cb func(conn gnet.Conn, data []byte)) error
- func CreateWebSocketServer(implType, mode string, port int, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKcpServer ¶
func CreateKcpServer(KcpSvr *net_mgr.ConnKcpSvr, port int, cb func(conn *Kcp.UDPSession, data []byte)) error
Kcp impl
func CreateTcpServer ¶
func CreateTcpServer(TcpSvr *net_mgr.ConnTcpSvr, implType string, port int, cb func(conn net.Conn, data []byte)) error
tcp impl
func CreateUdpServer ¶
udp impl
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.