Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsModeEnabled ¶
IsModeEnabled is the special inbound mode enabled
Types ¶
type TCPInboundHandler ¶
type TCPInboundHandler func(conn *net.TCPConn, outboundHandler common.TCPOutboundHandler) error
type UDPInboundHandler ¶
type UDPInboundHandler func(conn net.PacketConn, outboundHandler common.UDPOutboundHandler) error
Click to show internal directories.
Click to hide internal directories.