Documentation ¶
Index ¶
Constants ¶
View Source
const ( // VersionOne is the first protocol version. VersionOne = 1 // CurrentVersion always holds the newest version in production. CurrentVersion = 1 )
Variables ¶
View Source
var ( MainMapName = "main" MainMapScope = hub.ScopePublic )
Primary Map Configuration.
Functions ¶
func EnablePublicHub ¶
func EnablePublicHub(enable bool)
EnablePublicHub enables the public hub mode.
func GetConnectAddr ¶ added in v0.7.0
GetConnectAddr returns an address with the preferred connect (bind) addresses for the given dial network. The dial network must have a suffix specify the IP version.
func HubHasIPv4 ¶ added in v0.3.1
func HubHasIPv4() bool
HubHasIPv4 returns whether the Hub has IPv4 support.
func HubHasIPv6 ¶ added in v0.3.1
func HubHasIPv6() bool
HubHasIPv6 returns whether the Hub has IPv6 support.
func SetConnectAddr ¶ added in v0.7.0
SetConnectAddr sets the preferred connect (bind) addresses.
func SetHubNetworks ¶ added in v0.3.1
func SetHubNetworks(v4, v6 bool)
SetHubNetworks sets the available IP networks on the Hub.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.