Versions in this module Expand all Collapse all v2 v2.0.3 Feb 17, 2022 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")