Documentation ¶ Index ¶ func Transfer(tag string, conn1, conn2 net.Conn) type Pipe func List() []*Pipe func (p *Pipe) From() string func (p *Pipe) Network() string func (p *Pipe) OpenAt() time.Time func (p *Pipe) Protocol() string func (p *Pipe) Tag() string func (p *Pipe) To() string func (p *Pipe) TxRx() (uint32, uint32) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Transfer ¶ func Transfer(tag string, conn1, conn2 net.Conn) Types ¶ type Pipe ¶ type Pipe struct { // contains filtered or unexported fields } func List ¶ func List() []*Pipe func (*Pipe) From ¶ func (p *Pipe) From() string func (*Pipe) Network ¶ func (p *Pipe) Network() string func (*Pipe) OpenAt ¶ func (p *Pipe) OpenAt() time.Time func (*Pipe) Protocol ¶ added in v1.0.2 func (p *Pipe) Protocol() string func (*Pipe) Tag ¶ func (p *Pipe) Tag() string func (*Pipe) To ¶ func (p *Pipe) To() string func (*Pipe) TxRx ¶ func (p *Pipe) TxRx() (uint32, uint32) Source Files ¶ View all Source files deep_detector.go transfer.go Click to show internal directories. Click to hide internal directories.