Documentation ¶
Index ¶
Constants ¶
View Source
const ( EpollRead = syscall.EPOLLIN | syscall.EPOLLPRI | syscall.EPOLLERR | syscall.EPOLLHUP | unix.EPOLLET | syscall.EPOLLRDHUP EpollClose = uint32(syscall.EPOLLIN | syscall.EPOLLRDHUP) )
对端关闭连接 8193
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Poll ¶
type Poll struct {
// contains filtered or unexported fields
}
func (*Poll) RemoveAndClose ¶
Click to show internal directories.
Click to hide internal directories.