Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + const HandlerStateRunning + const HandlerStateStopped + var ErrAlreadyListening = errors.New("Already listening on another port.") + var ErrInvalidAuthentication = errors.New("Invalid authentication.") + var ErrInvalidProtocolVersion = errors.New("Invalid protocol version.") + type HandlerState int + type InboundHandler interface + Close func() + Port func() v2net.Port + Start func() error + type InboundHandlerMeta struct + Address v2net.Address + AllowPassiveConnection bool + Port v2net.Port + StreamSettings *internet.StreamSettings + Tag string + type OutboundHandler interface + Dispatch func(destination v2net.Destination, payload *alloc.Buffer, ray ray.OutboundRay) error + type OutboundHandlerMeta struct + Address v2net.Address + StreamSettings *internet.StreamSettings + Tag string + type SessionInfo struct + Destination v2net.Destination + Source v2net.Destination + User *protocol.User Incompatible versions in this module v4.15.0+incompatible Feb 7, 2019 v3.50.2+incompatible Oct 29, 2018