Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UdpDialer ¶
type UdpDialer struct { tcommon.TunnelDialer // contains filtered or unexported fields }
func GetUdpDialer ¶
func GetUdpDialer() UdpDialer
func (UdpDialer) Protocol ¶
func (d UdpDialer) Protocol() tcommon.TunnelProtocol
type UdpServer ¶
type UdpServer struct { tcommon.TunnelServerCommon // contains filtered or unexported fields }
func StartUdpServer ¶
func (UdpServer) SetServer ¶
func (s UdpServer) SetServer(ss icommon.TunnelInterfaceServer)
func (UdpServer) WaitingForConnection ¶
func (s UdpServer) WaitingForConnection()
Click to show internal directories.
Click to hide internal directories.