Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ReadTimeout time.Duration WriteTimeout time.Duration LocalAddr net.Addr RemoteAddr net.Addr IgnoreErrors bool // contains filtered or unexported fields }
Client implements an asynchronous DHCPv6 client
func (*Client) OpenForInterface ¶
OpenForInterface starts the client on the specified interface, replacing client LocalAddr with a link-local address of the given interface and standard DHCP port (546).
Click to show internal directories.
Click to hide internal directories.