common

package
v0.0.0-...-d1f8a93 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2018 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TunnelInterfaceClient

type TunnelInterfaceClient interface {
	HandleConnection(conn net.Conn, tconn net.Conn) error
	WaitingForConnection()
	Close()
}

type TunnelInterfaceServer

type TunnelInterfaceServer interface {
	WaitingForConnection()
	HandleConnection(conn net.Conn) error
	Close() error
}

Jump to

Keyboard shortcuts

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