Constant dhcp_protocol::CLIENT_PORT

source ·
pub const CLIENT_PORT: NonZeroU16;
Expand description

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

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