bridge

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2019 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bridge added in v0.0.10

type Bridge struct {
	TunnelPort int //通信隧道端口

	Client map[int]*Client

	OpenTask    chan *file.Tunnel
	CloseClient chan int
	SecretChan  chan *conn.Secret

	Register map[string]time.Time
	// contains filtered or unexported fields
}

func NewTunnel

func NewTunnel(tunnelPort int, tunnelType string, ipVerify bool, runList map[int]interface{}) *Bridge

func (*Bridge) DelClient added in v0.0.12

func (s *Bridge) DelClient(id int)

删除通信通道

func (*Bridge) GetConfig added in v0.0.15

func (s *Bridge) GetConfig(c *conn.Conn)

get config

func (*Bridge) GetStatus added in v0.0.12

func (s *Bridge) GetStatus(clientId int)

func (*Bridge) SendLinkInfo added in v0.0.12

func (s *Bridge) SendLinkInfo(clientId int, link *conn.Link, linkAddr string) (tunnel *conn.Conn, err error)

func (*Bridge) StartTunnel added in v0.0.10

func (s *Bridge) StartTunnel() error

type Client added in v0.0.12

type Client struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func NewClient added in v0.0.14

func NewClient(t *conn.Conn, s *conn.Conn, m *conn.Conn) *Client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL