Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrStreamExists = fmt.Errorf("stream already exists") ErrNodeInactive = fmt.Errorf("inactive node") )
View Source
var ErrPeerNotFound = fmt.Errorf("peer not found")
Functions ¶
Types ¶
type Host ¶
type Host struct { ID string Endpoint *net.UDPAddr // Public network endpoint LocalAddr *net.UDPAddr // Local network endpoint NAT *nathole.NatFeature // NAT information of the host // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.