Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler is a type that defines the handler function to be called every time a valid DHCPv6 message is received
type Server ¶
type Server struct { Handler Handler // contains filtered or unexported fields }
Server represents a DHCPv6 server object
func (*Server) ActivateAndServe ¶
ActivateAndServe starts the DHCPv6 server. The listener will run in background, and can be interrupted with `Server.Close`.
Click to show internal directories.
Click to hide internal directories.