Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type RTunnel ¶
type RTunnel struct { ID uint64 SessionID string // Reader io.ReadCloser Readers []io.ReadCloser Writer io.WriteCloser // contains filtered or unexported fields }
RTunnel - Duplex byte read/write
func NewRTunnel ¶
func NewRTunnel(id uint64, sID string, writer io.WriteCloser, readers ...io.ReadCloser) *RTunnel
func (*RTunnel) IncReadSequence ¶
func (c *RTunnel) IncReadSequence()
func (*RTunnel) IncWriteSequence ¶
func (c *RTunnel) IncWriteSequence()
func (*RTunnel) ReadSequence ¶
func (*RTunnel) WriteSequence ¶
Click to show internal directories.
Click to hide internal directories.