# Functions
The tunnel address.
DefaultOptions returns router default options.
DialLink specifies the link to pin this connection to.
Dial multicast sets the multicast option to send only to those mapped.
DialTimeout sets the dial timeout of the connection.
The tunnel id.
Listen options.
NewTunnel creates a new tunnel.
Nodes specify remote network nodes.
Token sets the shared token for auth.
Transport listens for incoming connections.
# Variables
DefaultAddress is default tunnel bind address.
DefaultDialTimeout is the dial timeout if none is specified.
The shared default token.
DiscoverTime sets the time at which we fire discover messages.
ErrDialTimeout is returned by a call to Dial where the timeout occurs.
ErrDiscoverChan is returned when we failed to receive the "announce" back from a discovery.
ErrLinkNotFound is returned when a link is specified at dial time and does not exist.
KeepAliveTime defines time interval we send keepalive messages to outbound links.
ReconnectTime defines time interval we periodically attempt to reconnect dead links.
# Structs
No description provided by the author
No description provided by the author
Options provides network configuration options.
# Type aliases
No description provided by the author
No description provided by the author
Mode of the session.
No description provided by the author