Documentation ¶
Index ¶
Constants ¶
View Source
const UDPTimeout = 5 * time.Minute
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListenerHandler ¶
type ListenerHandler struct { TcpIn chan<- constant.ConnContext UdpIn chan<- *inbound.PacketAdapter Type constant.Type }
func (*ListenerHandler) NewConnection ¶
func (*ListenerHandler) NewError ¶
func (h *ListenerHandler) NewError(ctx context.Context, err error)
func (*ListenerHandler) NewPacketConnection ¶
func (h *ListenerHandler) NewPacketConnection(ctx context.Context, conn network.PacketConn, metadata M.Metadata) error
Click to show internal directories.
Click to hide internal directories.