Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2024 Changes in this version + var ErrAcceptSocket = errors.New("accept a new connection error") + var ErrEngineInShutdown = errors.New("server is already in shutdown") + var ErrEngineShutdown = errors.New("server is going to be shutdown") + var ErrNegativeSize = errors.New("negative size is invalid") + var ErrTooManyEventLoopThreads = errors.New("too many event-loops under LockOSThread mode") + var ErrUnsupportedOp = errors.New("unsupported operation") + var ErrUnsupportedPlatform = errors.New("unsupported platform in gnet") + var ErrUnsupportedProtocol = errors.New("only unix, tcp/tcp4/tcp6, udp/udp4/udp6 are supported") + var ErrUnsupportedTCPProtocol = errors.New("only tcp/tcp4/tcp6 are supported") + var ErrUnsupportedUDPProtocol = errors.New("only udp/udp4/udp6 are supported") + var ErrUnsupportedUDSProtocol = errors.New("only unix is supported")