Documentation
¶
Index ¶
Constants ¶
View Source
const ( TCP_STATE_CONNECTED = iota //连接成功 TCP_STATE_DISCONNECTED //客户端正常退出 TCP_STATE_DATA //接收到数据 TCP_STATE_ERROR //服务器accept错误/客户端异常退出(可能服务器异常关闭)/客户端连接失败(即客户端) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StateCall ¶
type TcpClient ¶
/////////////////////////////////////////////////////////////////////
Source Files
¶
- net.go
Click to show internal directories.
Click to hide internal directories.