README ¶ gosocket a go socket server versions v0.2.1 -> v0.3.0 warning change server.Handler parameters warning some code not complete, so , this package doesn't work yet todo list 重新设计调度器 增加对长时间无交互的连接做超时断开 增加对连接总数的限制 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func NewBufferPool() buffers.Buffers func NewClient(opts ...client.Option) client.Client func NewConn(cc net.Conn) conn.Conn func NewServer(handler server.Handler, opts ...server.Option) server.Server Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewBufferPool ¶ func NewBufferPool() buffers.Buffers func NewClient ¶ func NewClient(opts ...client.Option) client.Client func NewConn ¶ func NewConn(cc net.Conn) conn.Conn func NewServer ¶ func NewServer(handler server.Handler, opts ...server.Option) server.Server Types ¶ This section is empty. Source Files ¶ View all Source files socket.go Directories ¶ Show internal Expand all Path Synopsis buffers client conn conn_repo handlers async server util Click to show internal directories. Click to hide internal directories.