package
0.0.0-20200221232812-81b9770086ea
Repository: https://github.com/elastic/dhcp.git
Documentation: pkg.go.dev

# Functions

NewIPv4UDPConn returns a UDP connection bound to both the interface and port given based on a IPv4 DGRAM socket.
NewServer initializes and returns a new Server object.
WithConn configures the server with the given connection.

# Structs

Server represents a DHCPv4 server object.

# Type aliases

Handler is a type that defines the handler function to be called every time a valid DHCPv4 message is received.
ServerOpt adds optional configuration to a server.