Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // The maximum time to wait for a response to ping request. PingTimeout time.Duration // The maximum time to wait for a response to any packet. PacketTimeout time.Duration // Bootstrap reconnect timeout BootstrapTimeout time.Duration }
Options contains configuration options for the local host.
Click to show internal directories.
Click to hide internal directories.