Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProtocolFail = errors.New("niaucchi3: nonsensical network messages")
ErrProtocolFail means a fatal protocol violation.
View Source
var ErrTablesFull = errors.New("niaucchi3: internal tables in Context are full")
ErrTablesFull means the internal tables used in the Context are full.
View Source
var ErrTimeout = errors.New("niaucchi3: timed out")
ErrTimeout indicates a timeout error.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context represents a connection used to tunnel sockets.
func NewContext ¶
NewContext creates a new context.
Click to show internal directories.
Click to hide internal directories.