Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SocksClient ¶
type SocksClient struct { icommon.TunnelInterfaceClient // contains filtered or unexported fields }
func GetSocksClient ¶
func GetSocksClient(url, surl string, tun_dialer tcommon.TunnelDialer) *SocksClient
func (SocksClient) Close ¶
func (t SocksClient) Close()
func (SocksClient) HandleConnection ¶
func (SocksClient) WaitingForConnection ¶
func (t SocksClient) WaitingForConnection()
type SocksServer ¶
type SocksServer struct { icommon.TunnelInterfaceServer // contains filtered or unexported fields }
func GetSocksServer ¶
func GetSocksServer() SocksServer
func (SocksServer) HandleConnection ¶
func (s SocksServer) HandleConnection(conn net.Conn) error
Click to show internal directories.
Click to hide internal directories.