pub const DHCP_MAX_DNS_SERVER_COUNT: usize = raw::DHCP_MAX_DNS_SERVER_COUNT; // 3usizeExpand description
Max DNS servers kept from a DHCP lease.
Servers past this many are dropped from the lease.
This is a limit with and without alloc. Default: 3.