Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
Address is host's real network address.
type Host ¶
type Host struct { // NodeID is unique identifier of the node NodeID reference.Global // ShortID is shortened unique identifier of the node inside the globe ShortID node.ShortNodeID // Address is IP and port. Address Address }
Host is the over-the-wire representation of a host.
Click to show internal directories.
Click to hide internal directories.