Constant dhcp_protocol::SERVER_PORT

source ·
pub const SERVER_PORT: NonZeroU16;
Expand description

The port on which DHCP servers receive messages from DHCP clients.

Per RFC 2131 section 4.1, “DHCP messages from a client to a server are sent to the ‘DHCP server’ port (67)”.