Documentation ¶
Index ¶
- func StartDogTunnel()
- type Client
- func (sc *Client) Close() error
- func (sc *Client) LocalAddr() net.Addr
- func (sc *Client) MultiListen() bool
- func (sc *Client) OnTunnelRecv(pipe net.Conn, sessionId string, action string, content string)
- func (sc *Client) Quit()
- func (sc *Client) RemoteAddr() net.Addr
- func (sc *Client) Run(index int, specPipe string)
- func (sc *Client) SetDeadline(t time.Time) error
- func (sc *Client) SetReadDeadline(t time.Time) error
- func (sc *Client) SetWriteDeadline(t time.Time) error
- type UDPMakeSession
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartDogTunnel ¶
func StartDogTunnel()
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) MultiListen ¶
func (*Client) OnTunnelRecv ¶
func (*Client) RemoteAddr ¶
type UDPMakeSession ¶
type UDPMakeSession struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.