Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
New initializes a new Client with the provided rendezvous server, ID, and local address. If no local address is set, it chooses one based on the server address type (IPv4 or IPv6).
func (*Client) Close ¶
func (c *Client) Close()
Close stops internal goroutines and closes connections.
Click to show internal directories.
Click to hide internal directories.