Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadWriter ¶
type ReadWriter interface {
Read(len int) ([]byte, error)
Write(data []byte) (int, error)
io.Closer
}
func NewReadWriter ¶
func NewReadWriter(local, remote Port, ip *ipv4.Address) (ReadWriter, error)
Click to show internal directories.
Click to hide internal directories.