Documentation ¶
Overview ¶
Package tele implements the circuit/use/n networking module using Teleport Transport
Index ¶
Constants ¶
const IdleDuration = time.Second * 10
Idleness duration should be greater than the locus heartbeats over permanent cross-references
Variables ¶
This section is empty.
Functions ¶
func MustParseNetAddr ¶
Types ¶
type Addr ¶
Addr maintains a single unique instance for each addr. Addr object uniqueness is required by the n.Addr interface.
type HelloMsg ¶
Dialer sends HelloMsg to accepter when opening a session to advertise its workerID and local process ID
type System ¶
type System struct{}
System is the high-level type that encloses a monolithic networking functionality
func (*System) NewTransport ¶
workerID is the ID for this transport endpoint. addr is the networking address to listen to.
type Transport ¶
Transport cumulatively represents the ability to listen for connections and dial into remote endpoints.
type WelcomeMsg ¶
type WelcomeMsg struct{}