Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerList ¶
type PeerList struct {
// contains filtered or unexported fields
}
PeerList manages a list of peers for a single hostname and provides simple round-robin selection.
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
Table holds the dynamic routing information for the mesh.
func (*Table) ClearRoutesForPeer ¶
ClearRoutesForPeer removes all routes associated with a given peer.
func (*Table) GetPeerForHostname ¶
GetPeerForHostname finds a peer that services the given hostname.
Click to show internal directories.
Click to hide internal directories.