Documentation ¶
Overview ¶
Package dhcpd contains snippets from MIT-licensed coredhcp project at https://github.com/coredhcp/coredhcp
Package dhcpd contains snippets from MIT-licensed coredhcp project at https://github.com/coredhcp/coredhcp
Index ¶
Constants ¶
View Source
const MaxDatagram = 1 << 16
MaxDatagram is the maximum length of message that can be received.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { UdpConn *net.UDPConn *ipv4.PacketConn net.Interface // contains filtered or unexported fields }
func (*Server) HandleMsg4 ¶
Click to show internal directories.
Click to hide internal directories.