# Functions
NewServer initializes and returns a new Server object.
# Interfaces
Handler is a type that defines the handler function to be called every time a valid DHCPv4 message is received type Handler func(ctx context.Context, conn net.PacketConn, d data.Packet).