package
Version:
v0.0.0-...-d1f8a93
Opens a new window with list of versions in this module.
Published: Jul 28, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TunnelInterfaceClient interface {
HandleConnection(conn net.Conn, tconn net.Conn) error
WaitingForConnection()
Close()
}
type TunnelInterfaceServer interface {
WaitingForConnection()
HandleConnection(conn net.Conn) error
Close() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.